Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | emacs: update packages | 2019-05-18 | 1 | -15/+15 | |
* | emacs: fix nil file-name-handler-alist after reloading init•••This problem would cause emacs to not treat files like *.gpg or *.el.gz especially before displaying them, as it normally does. So now, I update a/file-name-handler-alist with the latest contents of file-name-handler-alist before loading the init file, and afterwards I restore things back to normal (done in a/post-init). | 2019-05-14 | 1 | -7/+8 | |
* | emacs: add M-O binding to toggle org link display | 2019-05-14 | 1 | -0/+1 | |
* | emacs: add ivy-xref | 2019-05-14 | 2 | -0/+5 | |
* | emacs: update packages | 2019-05-14 | 1 | -10/+10 | |
* | emacs: gnus: uw: only put INBOX-originated replies into Sent Items | 2019-05-13 | 1 | -2/+5 | |
* | emacs: add dired-x and set dired-guess-shell-alist-user | 2019-05-12 | 1 | -0/+11 | |
* | emacs: let Gnus use full window•••currently problematic with *EBDB-Gnus* being left around | 2019-05-12 | 1 | -3/+5 | |
* | emacs: fix multi-term C-c C-j binding | 2019-05-12 | 1 | -3/+2 | |
* | emacs: add vc-ediff binding, winner-undo on ediff quit, horiz split | 2019-05-12 | 1 | -0/+8 | |
* | emacs: add convenient binding for saving and closing frame•••useful when editing a textarea in emacs (from tridactyl) | 2019-05-12 | 1 | -1/+1 | |
* | emacs: open up magit-status in full-screen | 2019-05-12 | 1 | -0/+1 | |
* | emacs: uncomment and rewrite no-package-initialize thingy•••haven’t tested it on <27 though | 2019-05-12 | 1 | -1/+3 | |
* | emacs: automatically load diff-hl•••for git change indication in the fringe | 2019-05-12 | 1 | -0/+1 | |
* | emacs: multi-term: add some bindings, send more raw keys•••in particular makes using weechat more pleasant | 2019-05-12 | 1 | -3/+22 | |
* | emacs: gnus: fix up posting styles | 2019-05-12 | 1 | -4/+4 | |
* | emacs: add gnus-dired | 2019-05-12 | 1 | -0/+5 | |
* | emacs: gnus: don’t destroy other windows | 2019-05-12 | 1 | -0/+4 | |
* | emacs: update packages | 2019-05-12 | 1 | -7/+7 | |
* | emacs: set screen’s config file explicitly for multi-term•••Not sure why (getenv "SCREENRC") evaluates to "/screen/screenrc" only and the $XDG_CONFIG_HOME prefix of it is missing. Don’t have time to investigate. | 2019-05-11 | 1 | -2/+4 | |
* | isync: move mbsyncrc to $XDG_CONFIG_HOME/isync | 2019-05-10 | 1 | -0/+1 | |
* | emacs: use .local tld for dovecot usernames for more clarity•••also use shorter machine names for uwaterloo and csclub accounts | 2019-05-10 | 1 | -5/+5 | |
* | emacs: add a few useful counsel-related keybindings | 2019-05-10 | 1 | -0/+3 | |
* | emacs: delete init.org | 2019-05-10 | 1 | -2814/+0 | |
* | emacs: divide init.el up into sections and add commentary | 2019-05-10 | 1 | -52/+383 | |
* | emacs: add comment macro | 2019-05-10 | 1 | -0/+6 | |
* | emacs: remove everything related to byte-compiling init file | 2019-05-10 | 2 | -54/+8 | |
* | emacs: slight init.el tweaks | 2019-05-10 | 1 | -1/+3 | |
* | emacs: add {early-,}init.el, as exported from init.org•••in preparation for moving to a regular non-literate config | 2019-05-10 | 2 | -0/+1558 | |
* | emacs: update org and swiper | 2019-05-10 | 1 | -2/+2 | |
* | emacs: use ox-extra | 2019-05-10 | 1 | -0/+4 | |
* | emacs: use ivy’s virtual buffers | 2019-05-09 | 2 | -4/+9 | |
* | emacs: exclude gnus’s home dir from recentf | 2019-05-09 | 1 | -1/+4 | |
* | emacs: exclude straight.el’s build dir from recentf | 2019-05-09 | 1 | -0/+8 | |
* | emacs: briefly try out helm and auctex•••leave the configs in init for now (commented out) | 2019-05-09 | 1 | -0/+28 | |
* | emacs: add emacs-slack (temporary) and update swiper | 2019-05-09 | 3 | -7/+69 | |
* | emacs: don’t byte-compile init•••going to try a non-byte-compiled init for a while; esp. now that on emacs master i get a segfault: -*- mode: compilation; default-directory: "~/.emacs.d/" -*- Compilation started at Thu May 9 11:38:40 make build-init Loading Emacs...done (0.004s) Loading /home/amin/.emacs.d/etc/custom.el (source)... Loading /home/amin/.emacs.d/etc/secrets... Fatal error 11: Segmentation fault Backtrace: emacs(+0x132cdf)[0x55c6bd232cdf] emacs(+0x3acdf)[0x55c6bd13acdf] emacs(+0x3b133)[0x55c6bd13b133] emacs(+0x131339)[0x55c6bd231339] emacs(+0x1313ba)[0x55c6bd2313ba] /usr/lib/libpthread.so.0(+0x124d0)[0x7f6e6c4f34d0] /bin/sh: line 1: 28103 Segmentation fault (core dumped) emacs -Q --batch -l init.el --eval '(a/build-init)' 2>&1 make: *** [Makefile:11: build-init] Error 139 Compilation exited abnormally with code 2 at Thu May 9 11:38:42 | 2019-05-09 | 1 | -1/+1 | |
* | emacs: don’t use my custom message-cite-ctyle•••to help me avoid top-posting when replying | 2019-05-09 | 1 | -1/+1 | |
* | emacs: update packages | 2019-05-09 | 1 | -19/+19 | |
* | emacs: add tex filter-group for ibuffer | 2019-04-29 | 1 | -0/+4 | |
* | emacs: update packages | 2019-04-29 | 1 | -8/+8 | |
* | emacs: custom-file updates | 2019-04-29 | 1 | -14/+11 | |
* | emacs: custom-file updates | 2019-04-26 | 1 | -5/+13 | |
* | emacs: add org-ref and deps | 2019-04-26 | 2 | -0/+24 | |
* | emacs: update packages | 2019-04-26 | 1 | -4/+4 | |
* | emacs: classify alloy-mode buffers under ‘programming’ in ibuffer | 2019-04-25 | 1 | -1/+2 | |
* | emacs: try out swiper-isearch for a while•••https://oremacs.com/2019/04/07/swiper-isearch/ | 2019-04-25 | 1 | -1/+1 | |
* | emacs: update packages | 2019-04-25 | 1 | -10/+10 | |
* | emacs: update emacs-doom-themes, add forgotten debbugs & soap-client•••forgot to run straight-freeze-versions after installing debbugs | 2019-04-24 | 1 | -1/+3 | |
* | emacs: add debbugs | 2019-04-23 | 1 | -0/+10 |