doomemacs/core
Henrik Lissner d76d50c1c9 Fix #4676: one-off on go-to-EOL if comment at BOL
Before this commit:
  1. With `|;;; hello`
  2. Press `C-e`: `;|;; hello`
  3. Press `C-e` again: `;;; hello|`

After:
  1. With `|;;; hello`
  2. Press `C-e`: `;;; hello|`
  3. Press `C-e` again: `|;;; hello`
2021-03-10 13:03:29 -05:00
..
autoload Fix #4676: one-off on go-to-EOL if comment at BOL 2021-03-10 13:03:29 -05:00
cli Simplify doctor's native JSON detection 2021-03-07 14:33:11 -05:00
templates Update help keybinds in 'doom install' postamble 2020-07-28 20:08:32 -04:00
test core-cli: backport more refactors from rewrite 2020-08-24 23:00:32 -04:00
core-cli.el Load autoload/system in core-cli 2021-03-02 15:57:45 +08:00
core-editor.el Disable dtrt-indent in pascal-mode 2021-02-25 18:34:31 -05:00
core-keybinds.el Minor reformatting & refactors across the board 2021-02-25 13:59:43 -05:00
core-lib.el Simplify after! 2021-02-24 18:28:23 -05:00
core-modules.el Resolve symlinks in module paths 2021-02-17 13:47:43 -05:00
core-packages.el Fix repo location in doom/help-packages 2021-03-04 14:09:40 -05:00
core-projects.el Ignore remote/temp files or packages as projects 2021-03-06 11:41:47 -05:00
core-ui.el Auto-truncate compilation buffers 2021-02-26 21:33:00 -05:00
core.el New autoload/system.el core library 2021-03-01 22:27:17 -05:00
packages.el Bump :core 2021-02-11 17:35:48 -05:00