Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [emacs/which-key] improve readability | 2018-12-26 | 1 | -1/+4 | ||
| | ||||||
* | [emacs] add bindings for various straight.el functions | 2018-12-26 | 1 | -10/+43 | ||
| | ||||||
* | [emacs] add message-x (for completion of groups, e.g. in Gcc field) | 2018-12-26 | 2 | -1/+6 | ||
| | ||||||
* | [emacs/ebdb] tweak when to load the various subpackages | 2018-12-26 | 1 | -7/+6 | ||
| | ||||||
* | [emacs] slight rewording | 2018-12-26 | 1 | -2/+3 | ||
| | ||||||
* | [emacs] re-add installation instructions and explanations | 2018-12-26 | 2 | -5/+50 | ||
| | ||||||
* | [emacs] require use-package when debugging | 2018-12-26 | 1 | -5/+7 | ||
| | ||||||
* | [emacs/exec-path-from-shell] don’t check for vars being properly set | 2018-12-26 | 1 | -1/+2 | ||
| | | | | https://github.com/purcell/exec-path-from-shell#setting-up-your-shell-startup-files-correctly | |||||
* | [emacs] tweak deferrals | 2018-12-26 | 1 | -1/+1 | ||
| | ||||||
* | Merge branch 'straight-next' | 2018-12-26 | 88 | -390/+251 | ||
|\ | ||||||
| * | [emacs][wip] straight.el: don’t check for package changes on startup | 2018-12-26 | 1 | -1/+2 | ||
| | | | | | | | | instead check-on-save; shaves about half a second off of startup time | |||||
| * | [emacs][wip] let unkillable-scratch bury the buffer(s) | 2018-12-26 | 1 | -1/+0 | ||
| | | ||||||
| * | [emacs][wip] enable geiser and guix, and update packages | 2018-12-26 | 2 | -5/+12 | ||
| | | ||||||
| * | [emacs][wip] small tweaks | 2018-12-24 | 1 | -1/+9 | ||
| | | ||||||
| * | [emacs][wip] update custom | 2018-12-24 | 1 | -17/+22 | ||
| | | ||||||
| * | [emacs][wip] hack together a bootstrap path | 2018-12-24 | 2 | -14/+46 | ||
| | | ||||||
| * | [emacs][wip] remove vestigial borg-related things | 2018-12-24 | 2 | -75/+17 | ||
| | | ||||||
| * | [emacs][wip] ebdb: directly use upstream instead of GNU ELPA mirror | 2018-12-24 | 2 | -1/+2 | ||
| | | ||||||
| * | [emacs][wip] fix up some breakages due to use-package-always-defer | 2018-12-24 | 1 | -0/+3 | ||
| | | | | | | | | https://github.com/jwiegley/use-package#loading-packages-in-sequence | |||||
| * | [emacs][wip] for some reason straight seems to interfere with :after | 2018-12-24 | 1 | -1/+2 | ||
| | | ||||||
| * | [emacs][wip] fix proof general | 2018-12-24 | 1 | -1/+2 | ||
| | | ||||||
| * | [emacs][wip] a/async-babel-tangle: add option to byte-recompile-file | 2018-12-24 | 1 | -4/+10 | ||
| | | ||||||
| * | [emacs][wip] fix sml error when switching to dark theme | 2018-12-24 | 1 | -0/+1 | ||
| | | ||||||
| * | [emacs][wip] dired: add b for dired-up-directory | 2018-12-24 | 1 | -0/+2 | ||
| | | ||||||
| * | [emacs][wip] fix (void-variable personal-keybindings) error | 2018-12-24 | 1 | -0/+1 | ||
| | | | | | | | | https://github.com/jwiegley/use-package/issues/436#issuecomment-285954250 | |||||
| * | [emacs][wip] remove all the package submodules | 2018-12-24 | 85 | -283/+1 | ||
| | | ||||||
| * | [emacs][wip] (setq use-package-always-defer t) | 2018-12-24 | 1 | -18/+5 | ||
| | | ||||||
| * | [emacs][wip] enable Blogging | 2018-12-24 | 2 | -3/+4 | ||
| | | ||||||
| * | [emacs][wip] add smex | 2018-12-24 | 2 | -0/+14 | ||
| | | ||||||
| * | [emacs][wip] enable Email | 2018-12-24 | 2 | -15/+17 | ||
| | | ||||||
| * | [emacs][wip] enable Emacs Enhancements | 2018-12-24 | 2 | -2/+26 | ||
| | | ||||||
| * | [emacs][wip] enable web packages | 2018-12-24 | 2 | -4/+5 | ||
| | | ||||||
| * | [emacs][wip] enable some programming modes and update versions | 2018-12-24 | 2 | -20/+35 | ||
| | | ||||||
| * | [emacs][wip] move Syntax and Spell checking under Editing | 2018-12-24 | 1 | -4/+1 | ||
| | | ||||||
| * | [emacs][wip] enable company | 2018-12-24 | 1 | -1/+1 | ||
| | | ||||||
| * | [emacs][wip] move out the rest of Borg layer/essentials | 2018-12-24 | 1 | -16/+16 | ||
| | | ||||||
| * | [emacs][wip] break out prog-mode, text-mode, and lisp-mode | 2018-12-24 | 1 | -18/+30 | ||
| | | ||||||
| * | [emacs][wip] break out isearch and paren | 2018-12-24 | 1 | -6/+15 | ||
| | | ||||||
| * | [emacs][wip] break out Help and ElDoc | 2018-12-24 | 1 | -10/+20 | ||
| | | ||||||
| * | [emacs][wip] move diff-hl to Editing | 2018-12-24 | 1 | -12/+12 | ||
| | | ||||||
| * | [emacs][wip] break out savehist and saveplace | 2018-12-24 | 1 | -9/+21 | ||
| | | ||||||
| * | [emacs][wip] break out recentf and diff-hl | 2018-12-24 | 1 | -12/+24 | ||
| | | ||||||
| * | [emacs][wip] bring layer/essentials under Core and break out Dired | 2018-12-24 | 1 | -15/+19 | ||
| | | ||||||
| * | [emacs][wip] enable Borg's layer/essentials packages | 2018-12-24 | 1 | -14/+14 | ||
| | | ||||||
| * | [emacs][wip] enable ivy (and friends) & the rest of my core packages | 2018-12-24 | 1 | -9/+10 | ||
| | | ||||||
| * | [emacs][wip] move orgalist to enhancements section | 2018-12-24 | 1 | -4/+8 | ||
| | | ||||||
| * | [emacs][wip] define use-feature for use-package without straight.el | 2018-12-24 | 1 | -10/+25 | ||
| | | ||||||
| * | [emacs][wip] fix Org configurations | 2018-12-24 | 1 | -2/+9 | ||
| | | ||||||
| * | [emacs][wip] enable the rest of my org customizations | 2018-12-24 | 1 | -15/+17 | ||
| | | ||||||
| * | [emacs][wip] begin migration to straight.el | 2018-12-24 | 3 | -20/+110 | ||
| | | | | | | | | | | comment out just about all packages; will add them back gradually to make sure everything works as expected |