Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | use localhost for dictd | Yuchen Pei | 2023-07-20 | 1 | -1/+2 | |
| | ||||||
* | fixing kill line in org | Yuchen Pei | 2023-07-19 | 2 | -2/+2 | |
| | ||||||
* | Adding bug-reference related | Yuchen Pei | 2023-07-18 | 1 | -1/+2 | |
| | ||||||
* | adding checkdoc to dotted | Yuchen Pei | 2023-07-17 | 2 | -1/+8 | |
| | ||||||
* | update buildbot | Yuchen Pei | 2023-07-14 | 1 | -0/+0 | |
| | ||||||
* | some minor changes | Yuchen Pei | 2023-07-14 | 3 | -1/+46 | |
| | ||||||
* | Update buildbot submodule | Yuchen Pei | 2023-07-12 | 1 | -0/+0 | |
| | ||||||
* | minor changes | Yuchen Pei | 2023-07-11 | 2 | -4/+4 | |
| | ||||||
* | Minor wiki-related updates | Yuchen Pei | 2023-07-10 | 2 | -1/+1 | |
| | ||||||
* | Update buildbot submodule | Yuchen Pei | 2023-07-10 | 1 | -0/+0 | |
| | ||||||
* | moving wiki.el to a submodule | Yuchen Pei | 2023-07-09 | 3 | -230/+0 | |
| | ||||||
* | Adding managed props so we can edit links easily | Yuchen Pei | 2023-07-07 | 1 | -1/+6 | |
| | ||||||
* | wiki mode should call activate link in syntax | Yuchen Pei | 2023-07-07 | 3 | -11/+17 | |
| | ||||||
* | minor changes | Yuchen Pei | 2023-07-06 | 3 | -4/+20 | |
| | ||||||
* | fix hnreader | Yuchen Pei | 2023-07-06 | 2 | -2/+3 | |
| | ||||||
* | fix hnreader title | Yuchen Pei | 2023-07-06 | 2 | -1/+6 | |
| | ||||||
* | some minor changes | Yuchen Pei | 2023-07-05 | 4 | -1/+11 | |
| | ||||||
* | adding support to external links in wiki mode | Yuchen Pei | 2023-07-05 | 1 | -12/+17 | |
| | ||||||
* | minor change | Yuchen Pei | 2023-07-04 | 1 | -1/+2 | |
| | ||||||
* | minor changes | Yuchen Pei | 2023-07-03 | 5 | -12/+24 | |
| | ||||||
* | minor update | Yuchen Pei | 2023-07-03 | 2 | -19/+17 | |
| | ||||||
* | minor fix | Yuchen Pei | 2023-07-02 | 1 | -1/+1 | |
| | ||||||
* | Adding more faces to wiki mode, as well as rendering the links | Yuchen Pei | 2023-07-01 | 2 | -8/+97 | |
| | | | | like in org mode | |||||
* | Change wiki mode to using font lock keywords | Yuchen Pei | 2023-07-01 | 5 | -42/+97 | |
| | ||||||
* | Started wiki mode | Yuchen Pei | 2023-07-01 | 4 | -2/+121 | |
| | | | | Tried with the parsec parsing | |||||
* | minor changes | Yuchen Pei | 2023-06-30 | 2 | -1/+2 | |
| | ||||||
* | some minor changes | Yuchen Pei | 2023-06-29 | 3 | -32/+27 | |
| | ||||||
* | emacs 29 conditionals (time-stamp and tree-sitter) | Yuchen Pei | 2023-06-29 | 2 | -20/+23 | |
| | ||||||
* | Some minor fixes | Yuchen Pei | 2023-06-28 | 6 | -7/+10 | |
| | ||||||
* | diff-hl-mode only in prog-mode, and add urxvt | Yuchen Pei | 2023-06-27 | 1 | -1/+3 | |
| | ||||||
* | buncha changes | Yuchen Pei | 2023-06-27 | 8 | -14/+41 | |
| | | | | | | | - add gdbinit - attempt to fix tempel in eglot (not working) - add qutebrowser to hmm browser - allow find file to open file:line_no | |||||
* | dired and vc | Yuchen Pei | 2023-06-27 | 5 | -2/+40 | |
| | ||||||
* | Adding clean-elc-compile | Yuchen Pei | 2023-06-26 | 2 | -1/+1 | |
| | | | | - also updating buildbot submodule commit | |||||
* | Override dired-do-delete and dired-do-rename | Yuchen Pei | 2023-06-26 | 2 | -4/+18 | |
| | | | | | - delete: don't move to trash with prefix arg - rename: don't use vc with prefix arg | |||||
* | let's try again | Yuchen Pei | 2023-06-26 | 3 | -11/+44 | |
| | ||||||
* | fixing the post commit project buffer revert hook | Yuchen Pei | 2023-06-26 | 1 | -1/+2 | |
| | ||||||
* | Some small fixes and changes | Yuchen Pei | 2023-06-26 | 6 | -10/+17 | |
| | | | | | | | | | | | | * emacs/.emacs.d/init/ycp-editing.el: fix a require * emacs/.emacs.d/init/ycp-prog.el: fix sql require * emacs/.emacs.d/init/ycp-system.el: remove double removal of tramp from file-name-handler-alist * emacs/.emacs.d/init/ycp-vc.el: add a post commit hook to revert project buffers * emacs/.emacs.d/lisp/my/my-mariadb.el: fix sql require * emacs/.emacs.d/lisp/my/my-project.el: add a command to revert project buffers | |||||
* | minor fix of my-kill-forward | Yuchen Pei | 2023-06-26 | 1 | -1/+1 | |
| | ||||||
* | Adding license files and updating readmes | Yuchen Pei | 2023-06-26 | 4 | -24/+29 | |
| | | | | | | | | | | | * COPYING.agpl3: agpl3 license file * README.org: added readme for the repo * emacs/.emacs.d/init/ycp-editing.el: fix hook names * emacs/.emacs.d/init/ycp-project.el: include `my-licenses' in local-config * emacs/.emacs.d/lisp/my/my-editing.el: fix insert pair prompt * emacs/README.org: Move acknowledgement to the main readme; fix verbatim to code. Add instruction on local-config generation * manual/README.org: minor change | |||||
* | Adapted more configs from other emacs configs | Yuchen Pei | 2023-06-26 | 26 | -79/+293 | |
| | | | | Including wasamasa and jwiegley | |||||
* | Refile clock entries and some basic settings | Yuchen Pei | 2023-06-25 | 5 | -17/+176 | |
| | ||||||
* | copy buffer file name | Yuchen Pei | 2023-06-24 | 3 | -0/+16 | |
| | ||||||
* | make C-k and M-k act like paredit | Yuchen Pei | 2023-06-24 | 2 | -1/+39 | |
| | ||||||
* | Fixing corfu map and rofi keybinding | Yuchen Pei | 2023-06-24 | 3 | -5/+37 | |
| | ||||||
* | Enhancements for org and elisp | Yuchen Pei | 2023-06-24 | 7 | -9/+30 | |
| | | | | | | - org: adding an :after advice to org-insert-structure-template so that it goes into editing immediately - elisp: C-M-x evals a region when region is active | |||||
* | company works better with bbdb in message mode | Yuchen Pei | 2023-06-24 | 1 | -3/+4 | |
| | ||||||
* | Make bbdb gnus integration usable | Yuchen Pei | 2023-06-24 | 2 | -2/+12 | |
| | ||||||
* | minor changes to org and gnus | Yuchen Pei | 2023-06-23 | 3 | -2/+8 | |
| | ||||||
* | adding votes to org entries | Yuchen Pei | 2023-06-23 | 2 | -0/+16 | |
| | ||||||
* | minor change in my-dired and ycp-org | Yuchen Pei | 2023-06-22 | 2 | -1/+23 | |
| |