summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* emacs: set screen’s config file explicitly for multi-termAmin Bandali2019-05-111-2/+4
| | | | | | 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.
* bash: fix config in emacs’s ansi-term and GNU ScreenAmin Bandali2019-05-112-1/+3
| | | | | | | The issue seems to be that ~/.bash_profile isn’t sourced for interactive non-login shells. So, might want to try detecting non-login shells in general rather than fixing only for ansi-term and screen.
* screen: add GNU Screen configAmin Bandali2019-05-112-0/+3
|
* tridactyl and shell: use emacs as default editorAmin Bandali2019-05-113-1/+6
|
* isync: move mbsyncrc to $XDG_CONFIG_HOME/isyncAmin Bandali2019-05-103-0/+2
|
* latexmk: move config to $XDG_CONFIG_HOME/latexmkAmin Bandali2019-05-101-0/+0
| | | | may need a recent version: https://tex.stackexchange.com/a/123438
* git: move mailmap to ~/.config/gitAmin Bandali2019-05-102-0/+3
|
* readline: move inputrc to $XDG_CONFIG_HOME/readlineAmin Bandali2019-05-102-0/+2
|
* msmtp: move config to $XDG_CONFIG_HOME/msmtpAmin Bandali2019-05-101-0/+0
|
* git: move global config and ignore to $XDG_CONFIG_HOME/gitAmin Bandali2019-05-102-6/+5
|
* git: use tabs in ~/.gitconfig, also don’t use short statusAmin Bandali2019-05-101-36/+36
|
* mbsync: update usernames accordinglyAmin Bandali2019-05-101-3/+3
|
* emacs: use .local tld for dovecot usernames for more clarityAmin Bandali2019-05-101-5/+5
| | | | also use shorter machine names for uwaterloo and csclub accounts
* emacs: add a few useful counsel-related keybindingsAmin Bandali2019-05-101-0/+3
|
* emacs: delete init.orgAmin Bandali2019-05-101-2814/+0
|
* emacs: divide init.el up into sections and add commentaryAmin Bandali2019-05-101-52/+383
|
* emacs: add comment macroAmin Bandali2019-05-101-0/+6
|
* emacs: remove everything related to byte-compiling init fileAmin Bandali2019-05-102-54/+8
|
* emacs: slight init.el tweaksAmin Bandali2019-05-101-1/+3
|
* emacs: add {early-,}init.el, as exported from init.orgAmin Bandali2019-05-102-0/+1558
| | | | in preparation for moving to a regular non-literate config
* emacs: update org and swiperAmin Bandali2019-05-101-2/+2
|
* emacs: use ox-extraAmin Bandali2019-05-101-0/+4
|
* emacs: use ivy’s virtual buffersAmin Bandali2019-05-092-4/+9
|
* emacs: exclude gnus’s home dir from recentfAmin Bandali2019-05-091-1/+4
|
* emacs: exclude straight.el’s build dir from recentfAmin Bandali2019-05-091-0/+8
|
* emacs: briefly try out helm and auctexAmin Bandali2019-05-091-0/+28
| | | | leave the configs in init for now (commented out)
* emacs: add emacs-slack (temporary) and update swiperAmin Bandali2019-05-093-7/+69
|
* emacs: don’t byte-compile initAmin Bandali2019-05-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* sway: move monitor to the right, and some other minor tweaksAmin Bandali2019-05-091-6/+8
|
* emacs: don’t use my custom message-cite-ctyleAmin Bandali2019-05-091-1/+1
| | | | to help me avoid top-posting when replying
* emacs: update packagesAmin Bandali2019-05-091-19/+19
|
* tridactyl: a few more bindings and tweaksAmin Bandali2019-04-291-1/+9
|
* sway: fix light minimum brightness settingAmin Bandali2019-04-291-1/+1
|
* emacs: add tex filter-group for ibufferAmin Bandali2019-04-291-0/+4
|
* emacs: update packagesAmin Bandali2019-04-291-8/+8
|
* emacs: custom-file updatesAmin Bandali2019-04-291-14/+11
|
* emacs: custom-file updatesAmin Bandali2019-04-261-5/+13
|
* emacs: add org-ref and depsAmin Bandali2019-04-262-0/+24
|
* emacs: update packagesAmin Bandali2019-04-261-4/+4
|
* emacs: classify alloy-mode buffers under ‘programming’ in ibufferAmin Bandali2019-04-251-1/+2
|
* emacs: try out swiper-isearch for a whileAmin Bandali2019-04-251-1/+1
| | | | https://oremacs.com/2019/04/07/swiper-isearch/
* emacs: update packagesAmin Bandali2019-04-251-10/+10
|
* emacs: update emacs-doom-themes, add forgotten debbugs & soap-clientAmin Bandali2019-04-241-1/+3
| | | | forgot to run straight-freeze-versions after installing debbugs
* tridactyl: free up C-d and C-u, search through bookmarks with OAmin Bandali2019-04-241-0/+4
|
* tridactyl: add configAmin Bandali2019-04-241-0/+27
|
* emacs: add debbugsAmin Bandali2019-04-231-0/+10
|
* sway: add binding for focusing child containerAmin Bandali2019-04-231-0/+1
|
* msmtp: update mail’s fingerprintAmin Bandali2019-04-231-1/+1
|
* emacs: update packagesAmin Bandali2019-04-231-5/+5
|
* emacs: update magit-repository-directoriesAmin Bandali2019-04-211-3/+2
| | | | dotfiles repo now resides at ~/ rather than ~/.emacs.d/