Commit Graph

6759 Commits

Author SHA1 Message Date
8917bc9194 Fix: tools/magit: +magit--kill-buffer function call corrected 2018-04-12 00:41:38 +02:00
717f6e3cfe Sneak in some more nice-to-have LaTeX fontifications. 2018-04-11 13:03:59 +02:00
0a23c30e06 Make PDF tools and LaTeX work better together.
Update the README file to reflect the available flags.
2018-04-11 13:02:58 +02:00
ea7663d4ea EIN module to work with Jupyter notebooks 2018-04-11 12:34:08 +02:00
a961d58746 add workspace rename binding 2018-04-09 11:42:01 -05:00
d7e054a8cc lang/org: alias sh => ob-shell 2018-04-08 22:21:25 -04:00
991e8636f1 Merge pull request #518 from MaskRay/develop
Fix :leader DEL binding for +nav-flash/blink-cursor
2018-04-08 21:05:29 -04:00
fc0cfa0c53 Fix :leader DEL binding for +nav-flash/blink-cursor 2018-04-08 18:00:41 -07:00
460461ef54 tools/magit: clean up after magit more intelligently #506
Ensures magit buffers are cleaned up after magit-status is closed. Will
defer cleanup on process buffers, until the processes have finished.

Also fixes issue where quitting magit will leave leftover windows.
2018-04-08 20:44:40 -04:00
ee921f581d config/default: bind q = quit-window in helpful-mode-map 2018-04-08 18:14:09 -04:00
484cba1b1b feature/workspaces: unselect side-windows when switching workspaces #499 2018-04-08 18:14:07 -04:00
5762c568f6 Merge pull request #517 from scturtle/fix_zo
Fix "z o".
2018-04-08 18:13:54 -04:00
b050c14129 Fix "z o". 2018-04-08 15:28:56 +08:00
9e89c06cf4 Revert "completion/helm: fix void-function with-helm-buffer error"
This reverts commit 0739e8cd0a.

Fixes #512
2018-04-07 08:04:35 -04:00
80e94ac91f lang/cc: reindent line on { #510 2018-04-07 08:04:31 -04:00
2ea35c0175 Merge pull request #497 from bitwalker/erlang-mode
Add language support for Erlang
2018-04-06 20:38:40 -04:00
b476cda182 Provide erlang language support 2018-04-06 18:36:00 -05:00
b7577f1e26 lang/org: fix org-shifttab only toggling current fold 2018-04-05 17:28:46 -04:00
b2b603240f fix workspace switch-left cycle. 2018-04-05 21:24:13 +08:00
ca9957b6d8 Write short instructional comment in init.example.el 2018-04-05 02:34:48 -04:00
225dfde40f Initialize all package metadata on doom-get-missing-packages 2018-04-05 02:29:14 -04:00
1aa50b8364 Error if doom-package-outdated-p cannot discern package's version 2018-04-05 02:28:42 -04:00
904c997e9f Add modeline layout to format function docstring 2018-04-05 02:27:31 -04:00
33ad8ba4a4 lang/web: reformat whitespace in keybinds 2018-04-05 02:26:19 -04:00
f0c46e5930 app/email: disable obsolete html2text package 2018-04-04 18:22:19 -04:00
8c486d741e app/email: fix mu4e-maildirs-extension 2018-04-04 18:01:34 -04:00
163d0ce70e tools/magit: don't kill processes 2018-04-04 09:35:39 -04:00
a47d76f5f1 Don't error out if no targets for byte-compilation could be found 2018-04-04 08:14:06 -04:00
b98e26856d Add tools/magit/autoload.el 2018-04-04 08:04:54 -04:00
2ff7f48994 config/default: fix yasnippet TAB keybinds in tty emacs 2018-04-04 07:41:10 -04:00
c1d1753490 Provoke doom to init theme in daemon session 2018-04-04 07:40:39 -04:00
17a3008493 tools/magit: minor refactor; clean up buffers after quitting magit #506 2018-04-04 07:18:37 -04:00
2ce6549e98 feature/evil: disable evil-collection-simple keybinds #506 2018-04-04 07:00:36 -04:00
7699c3d2ce lang/web: restore smartparens-mode in web-mode 2018-04-04 06:58:18 -04:00
bc91c55acc lang/org: augment org-cycle, rather than replace it
This removes +org/toggle-fold in favor of a more compatible alternative:
a org-tab-first-hook function that forces org-cycle only to toggle the
current subtree, and not cycle through all visibility states.
2018-04-04 06:56:59 -04:00
5d3f247a7f doctor: add warning for dual private configs 2018-04-04 06:47:42 -04:00
0e127615ff Update README with new make quickstart workflow 2018-04-04 06:17:56 -04:00
36e626f7a3 Add make quickstart 2018-04-04 06:12:18 -04:00
df5121e4c6 feature/popup: fix docstrings for +popup-*-p functions 2018-04-04 05:27:33 -04:00
01bd58ff3e Recompile on make upgrade 2018-04-04 04:13:25 -04:00
a582bdf208 app/calendar: fix typo causing void-variable error 2018-04-04 01:05:20 -04:00
9b6eea64b7 travis: use XDG_CONFIG_HOME 2018-04-04 00:01:20 -04:00
b1ddcf1787 Fix locality of makefile commands 2018-04-04 00:01:11 -04:00
0026f08e27 Update init.{example,test}.el & travis for new config policy 2018-04-03 23:33:23 -04:00
48ae8e2aff feature/evil: add mu4e modes to evil-snipe-disabled-modes 2018-04-03 22:37:12 -04:00
815f5c134d Don't eval private files when unit testing 2018-04-03 22:36:44 -04:00
6aac8666f3 Ensure after-init hooks are available from private init.el 2018-04-03 22:36:23 -04:00
a4eaf7c865 Add make U alias for make upgrade 2018-04-03 22:35:46 -04:00
9017879ff4 Add make upgrade
A convenience command for upgrading to the latest version of Doom.
2018-04-03 19:53:23 -04:00
2933142d40 💥 add default init.el
Doom is moving away from supporting direct modification of its source
files, or private modules within Doom's source tree. Instead,
customizations should be relegated to ~/.doom.d/ (or ~/.config/doom/,
doom will respect XDG conventions if it sees this directory).

As suchm a default init.el is now supplied, which will break your custom
~/.emacs.d/init.el!

The quick fix:

  mkdir ~/.doom.d
  mv ~/.emacs.d/init.el ~/.doom.d/init.el

~/.doom.d/early-init.el is also available if you need to change crucial
settings before Doom loads anything. init.el will still be loaded before
any other module is.
2018-04-03 19:50:34 -04:00