summaryrefslogtreecommitdiffstats
path: root/init.org (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [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-261-1/+5
|
* [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-261-1/+44
|
* [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-261-98/+156
|\
| * [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-261-2/+2
| |
| * [emacs][wip] small tweaksAmin Bandali2018-12-241-1/+9
| |
| * [emacs][wip] hack together a bootstrap pathAmin Bandali2018-12-241-14/+27
| |
| * [emacs][wip] remove vestigial borg-related thingsAmin Bandali2018-12-241-62/+17
| |
| * [emacs][wip] ebdb: directly use upstream instead of GNU ELPA mirrorAmin Bandali2018-12-241-0/+1
| |
| * [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] (setq use-package-always-defer t)Amin Bandali2018-12-241-18/+5
| |
| * [emacs][wip] enable BloggingAmin Bandali2018-12-241-3/+3
| |
| * [emacs][wip] add smexAmin Bandali2018-12-241-0/+13
| |
| * [emacs][wip] enable EmailAmin Bandali2018-12-241-15/+15
| |
| * [emacs][wip] enable Emacs EnhancementsAmin Bandali2018-12-241-2/+2
| |
| * [emacs][wip] enable web packagesAmin Bandali2018-12-241-4/+3
| |
| * [emacs][wip] enable some programming modes and update versionsAmin Bandali2018-12-241-19/+19
| |
| * [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
| |
| * [emacs][wip] fix Org configurationsAmin Bandali2018-12-241-2/+9
| |
| * [emacs][wip] enable the rest of my org customizationsAmin Bandali2018-12-241-15/+17
| |
| * [emacs][wip] begin migration to straight.elAmin Bandali2018-12-241-20/+83
| | | | | | | | | | comment out just about all packages; will add them back gradually to make sure everything works as expected
* | [emacs] Update proof-site to v4.4-226-g7389d438, tweak defer delaysAmin Bandali2018-12-251-8/+8
| |
* | [emacs/org] add the org-mode font-lock-keywords only for dark themeAmin Bandali2018-12-251-9/+12
| |