summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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/
* emacs: update packagesAmin Bandali2019-04-211-11/+11
|
* sway: add launch modeAmin Bandali2019-04-191-2/+20
|
* sway: putting monitor to the left of my laptopAmin Bandali2019-04-181-2/+2
|
* emacs: add M-RET binding in DocView for scrolling upAmin Bandali2019-04-181-0/+8
| | | | just like in Gnus
* emacs: update packagesAmin Bandali2019-04-181-7/+7
|
* emacs: update packagesAmin Bandali2019-04-161-5/+5
|
* msmtp: update fencepost’s fingerprintAmin Bandali2019-04-161-1/+1
|
* emacs: update packagesAmin Bandali2019-04-151-7/+7
|
* bash: aur(): only try cloning if it doesn’t already existAmin Bandali2019-04-141-1/+1
|
* bash: set prompt earlierAmin Bandali2019-04-141-7/+7
|
* bash: start ssh-agent if not runningAmin Bandali2019-04-141-0/+7
|
* emacs: remove unused abbrev entriesAmin Bandali2019-04-141-7/+0
|
* emacs: update packagesAmin Bandali2019-04-141-9/+9
|
* emacs: update eshell prompt to match my bash promptAmin Bandali2019-04-141-18/+6
|
* bash: various tweaksAmin Bandali2019-04-143-17/+33
| | | | | | | | - new include helper for checking if arg is a regular and readable file, then sourcing it - set VISUAL editor - fix prompt to show an additional character when abbreviated folder’s name starts with a dot
* xdg: lower case public and template dirsAmin Bandali2019-04-141-2/+2
|
* readline: various tweaksAmin Bandali2019-04-141-0/+12
|
* readline: add .inputrcAmin Bandali2019-04-141-0/+4
|
* bash: history-related tweaksAmin Bandali2019-04-141-2/+13
|
* rc.org: remove zsh configAmin Bandali2019-04-141-261/+0
| | | | after many years, i’m getting back into bash
* bash: fish-like promptAmin Bandali2019-04-141-1/+5
|
* bash: bring over some aliases and customizations from .zshrcAmin Bandali2019-04-141-5/+20
|
* bash: add .bash_profile and .bashrcAmin Bandali2019-04-142-0/+11
|
* sway: switch back to urxvtAmin Bandali2019-04-141-3/+3
|
* alacritty: removeAmin Bandali2019-04-141-569/+0
| | | | i find i like urxvt better, at least for now
* shell: clean up old cruftAmin Bandali2019-04-142-31/+12
|
* shell: add .profile (based on .zprofile)Amin Bandali2019-04-141-0/+36
|