summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] update packagesAmin Bandali2018-12-271-10/+7
|
* [rc] remove old configs: bspwm, sxhkd, offlineimap, polybar, rangerAmin Bandali2018-12-271-1399/+0
|
* [emacs/eshell] tweak prompt faceAmin Bandali2018-12-271-2/+3
|
* [emacs/which-key] improve readabilityAmin Bandali2018-12-261-1/+4
|
* [emacs] add bindings for various straight.el functionsAmin Bandali2018-12-261-10/+43
|
* [emacs] add message-x (for completion of groups, e.g. in Gcc field)Amin Bandali2018-12-262-1/+6
|
* [emacs/ebdb] tweak when to load the various subpackagesAmin Bandali2018-12-261-7/+6
|
* [emacs] slight rewordingAmin Bandali2018-12-261-2/+3
|
* [emacs] re-add installation instructions and explanationsAmin Bandali2018-12-262-5/+50
|
* [emacs] require use-package when debuggingAmin Bandali2018-12-261-5/+7
|
* [emacs/exec-path-from-shell] don’t check for vars being properly setAmin Bandali2018-12-261-1/+2
| | | | https://github.com/purcell/exec-path-from-shell#setting-up-your-shell-startup-files-correctly
* [emacs] tweak deferralsAmin Bandali2018-12-261-1/+1
|
* Merge branch 'straight-next'Amin Bandali2018-12-2688-390/+251
|\
| * [emacs][wip] straight.el: don’t check for package changes on startupAmin Bandali2018-12-261-1/+2
| | | | | | | | instead check-on-save; shaves about half a second off of startup time
| * [emacs][wip] let unkillable-scratch bury the buffer(s)Amin Bandali2018-12-261-1/+0
| |
| * [emacs][wip] enable geiser and guix, and update packagesAmin Bandali2018-12-262-5/+12
| |
| * [emacs][wip] small tweaksAmin Bandali2018-12-241-1/+9
| |
| * [emacs][wip] update customAmin Bandali2018-12-241-17/+22
| |
| * [emacs][wip] hack together a bootstrap pathAmin Bandali2018-12-242-14/+46
| |
| * [emacs][wip] remove vestigial borg-related thingsAmin Bandali2018-12-242-75/+17
| |
| * [emacs][wip] ebdb: directly use upstream instead of GNU ELPA mirrorAmin Bandali2018-12-242-1/+2
| |
| * [emacs][wip] fix up some breakages due to use-package-always-deferAmin Bandali2018-12-241-0/+3
| | | | | | | | https://github.com/jwiegley/use-package#loading-packages-in-sequence
| * [emacs][wip] for some reason straight seems to interfere with :afterAmin Bandali2018-12-241-1/+2
| |
| * [emacs][wip] fix proof generalAmin Bandali2018-12-241-1/+2
| |
| * [emacs][wip] a/async-babel-tangle: add option to byte-recompile-fileAmin Bandali2018-12-241-4/+10
| |
| * [emacs][wip] fix sml error when switching to dark themeAmin Bandali2018-12-241-0/+1
| |
| * [emacs][wip] dired: add b for dired-up-directoryAmin Bandali2018-12-241-0/+2
| |
| * [emacs][wip] fix (void-variable personal-keybindings) errorAmin Bandali2018-12-241-0/+1
| | | | | | | | https://github.com/jwiegley/use-package/issues/436#issuecomment-285954250
| * [emacs][wip] remove all the package submodulesAmin Bandali2018-12-2485-283/+1
| |
| * [emacs][wip] (setq use-package-always-defer t)Amin Bandali2018-12-241-18/+5
| |
| * [emacs][wip] enable BloggingAmin Bandali2018-12-242-3/+4
| |
| * [emacs][wip] add smexAmin Bandali2018-12-242-0/+14
| |
| * [emacs][wip] enable EmailAmin Bandali2018-12-242-15/+17
| |
| * [emacs][wip] enable Emacs EnhancementsAmin Bandali2018-12-242-2/+26
| |
| * [emacs][wip] enable web packagesAmin Bandali2018-12-242-4/+5
| |
| * [emacs][wip] enable some programming modes and update versionsAmin Bandali2018-12-242-20/+35
| |
| * [emacs][wip] move Syntax and Spell checking under EditingAmin Bandali2018-12-241-4/+1
| |
| * [emacs][wip] enable companyAmin Bandali2018-12-241-1/+1
| |
| * [emacs][wip] move out the rest of Borg layer/essentialsAmin Bandali2018-12-241-16/+16
| |
| * [emacs][wip] break out prog-mode, text-mode, and lisp-modeAmin Bandali2018-12-241-18/+30
| |
| * [emacs][wip] break out isearch and parenAmin Bandali2018-12-241-6/+15
| |
| * [emacs][wip] break out Help and ElDocAmin Bandali2018-12-241-10/+20
| |
| * [emacs][wip] move diff-hl to EditingAmin Bandali2018-12-241-12/+12
| |
| * [emacs][wip] break out savehist and saveplaceAmin Bandali2018-12-241-9/+21
| |
| * [emacs][wip] break out recentf and diff-hlAmin Bandali2018-12-241-12/+24
| |
| * [emacs][wip] bring layer/essentials under Core and break out DiredAmin Bandali2018-12-241-15/+19
| |
| * [emacs][wip] enable Borg's layer/essentials packagesAmin Bandali2018-12-241-14/+14
| |
| * [emacs][wip] enable ivy (and friends) & the rest of my core packagesAmin Bandali2018-12-241-9/+10
| |
| * [emacs][wip] move orgalist to enhancements sectionAmin Bandali2018-12-241-4/+8
| |
| * [emacs][wip] define use-feature for use-package without straight.elAmin Bandali2018-12-241-10/+25
| |