Commit Graph

4337 Commits

Author SHA1 Message Date
Henrik Lissner
50c1ad0875
Fix esc not exiting snippets
Caused by a custom ESC keybind overriding +evil-esc-hook
2018-01-01 22:42:46 -05:00
Henrik Lissner
fd62e8e0b1
Popups: don't dedicate window if has :same t rule #309 2018-01-01 21:48:59 -05:00
Henrik Lissner
2c7c9c6d94
v2.0.9 bump 2018-01-01 21:20:49 -05:00
Henrik Lissner
41388f78af
tools/neotree: refresh pane when jumping to it 2018-01-01 21:19:49 -05:00
Henrik Lissner
f646c969e7
Fix doom module file templates when emacs.d is a symlink 2018-01-01 21:16:36 -05:00
Henrik Lissner
f1ebda6c6f
Update changelog 2018-01-01 17:01:35 -05:00
Henrik Lissner
8134c49ec3
ibuffer-use-other-window = t (hand off to popup system)
Addresses #309
2018-01-01 17:01:23 -05:00
Henrik Lissner
2b56fe081c
Improve docstring for doom-real-buffer-functions 2018-01-01 16:59:42 -05:00
Henrik Lissner
c9a878a62f
Conform unit test macros to naming scheme 2018-01-01 16:59:30 -05:00
Henrik Lissner
fd11f958f9
Move doom*quit-window to core-editor 2018-01-01 16:30:22 -05:00
Henrik Lissner
3708d76f51
feature/snippets: use default yas-snippet-dirs (harmless)
This is often overwritten by other modules anyway.
2018-01-01 16:17:24 -05:00
Henrik Lissner
dcfa05da11
lang/org: wrap smartparens config in after! 2018-01-01 16:17:02 -05:00
Henrik Lissner
ff13fb854a
Fix file template for Doom module readmes 2018-01-01 16:14:06 -05:00
Henrik Lissner
14f310e199
Fix some file-templates not being inserted
Because yas--lookup-snippet-1 uses the template's description, rather
than its trigger key as its lookup key. Doom expects it the other way
around, which is the case when a file template doesn't define a name: in
the snippet.
2018-01-01 16:11:03 -05:00
Henrik Lissner
1ebc4c9594
lang/cc: fix irony-mode complaining in non-C modes, like php-mode 2018-01-01 13:23:39 -05:00
Henrik Lissner
e87b788078
Update & reformat module readmes for v2.0.9
+ completion/ivy
+ completion/company
+ feature/evil
+ feature/eval
+ feature/snippets
+ feature/workspaces
+ tools/neotree
2018-01-01 13:21:53 -05:00
Henrik Lissner
eef6ed3d11
Minor, general refactor & comment updates 2018-01-01 13:21:52 -05:00
Henrik Lissner
2c2030b583
+jump/documentation: always prompt for provider with online fallback 2017-12-31 21:34:54 -05:00
Henrik Lissner
560548db33
core-projects: refactor projectile var init 2017-12-31 18:32:56 -05:00
Henrik Lissner
189e401197
Refactor doom/info 2017-12-31 18:32:34 -05:00
Henrik Lissner
79ca2b2911
Fix interactive usage of doom//byte-compile-core 2017-12-31 18:28:42 -05:00
Henrik Lissner
9628b21d22
Fix async package functions not running from right cwd 2017-12-31 18:28:26 -05:00
Henrik Lissner
5048b72c12
Add doom/info command
This copies debug information about the current session of Doom Emacs in
the clipboard, which folks can use to include system information with
their bug reports!
2017-12-31 17:49:31 -05:00
Henrik Lissner
c550851500
doom-doctor: minor refactor 2017-12-31 17:49:15 -05:00
Henrik Lissner
b0e6ba769e
Add issue/pr templates 2017-12-31 17:41:25 -05:00
Henrik Lissner
8ad2666f8f
Refactor and fix unit tests, plus isolate them better 2017-12-31 14:58:45 -05:00
Henrik Lissner
5c74814860
Add core-projects tests 2017-12-31 11:44:51 -05:00
Henrik Lissner
3e41c11138
Refactor core-projects; fix autoload-project-mode & doom-project-hook
+ doom-project can now be a symbol or list of project modes.
+ doom-project-hook hooks are promised to receive the mode symbol and
  state, but until now only received the former.
+ Add docstrings to doom-project-{find-file,browse}.
+ doom|autoload-project-mode is now on find-file-hook instead of
  after-change-major-mode (which fires it way too many times).
2017-12-31 11:35:39 -05:00
Henrik Lissner
d9175748b7
Remove (interactive) from doom-project-{find-file,browse}
These aren't meant to be interactive.
2017-12-31 11:13:58 -05:00
Henrik Lissner
6d7a6a80b2
Fix projectile not tracking directories #308 2017-12-31 11:09:47 -05:00
Henrik Lissner
c9d5d41aad
lang/org: add baseline readme 2017-12-31 00:44:57 -05:00
Henrik Lissner
af8f1048f0
Update changelog 2017-12-30 14:24:51 -05:00
Henrik Lissner
f8f4885405
Don't install org-plus-contrib in Emacs 26+
Emacs 26+ has Org 9.1.4 built in.
2017-12-30 03:13:32 -05:00
Henrik Lissner
a370b5b125
Add kill-buffer-query-fns at post-init (fix race condition) 2017-12-30 01:30:41 -05:00
Henrik Lissner
ef9fc05839
Add core-ui tests 2017-12-30 01:26:46 -05:00
Henrik Lissner
88946a893a
Minor edits + comment out unused popup vars (for later) 2017-12-30 01:25:24 -05:00
Henrik Lissner
5813b6e69a
Autokill help buffers 2017-12-30 01:20:05 -05:00
Henrik Lissner
9632b8c09d
Flip default kill flag in quit-window #309 2017-12-30 01:19:56 -05:00
Henrik Lissner
b6eec664bb
Fix new workspace when switching projects #314 2017-12-30 01:18:41 -05:00
Henrik Lissner
707b69540d
doom/cleanup-buffers => doom/cleanup-session 2017-12-30 00:59:44 -05:00
Henrik Lissner
61df57b86a
Refactor core/autoload/buffers.el 2017-12-30 00:58:58 -05:00
Henrik Lissner
7eb1198172
private/default: refactor into multiple files + add evil checks 2017-12-30 00:56:54 -05:00
Henrik Lissner
f61d7c9e7f
doom-force-kill-buffer => doom/kill-this-buffer-in-all-windows 2017-12-30 00:55:44 -05:00
Henrik Lissner
6279241ec3
More reliable doom|protect-visible-buffers 2017-12-30 00:53:51 -05:00
Henrik Lissner
37a07c79b7
popups: handle :autokill in a kill-buffer-query-fn 2017-12-29 22:30:34 -05:00
Henrik Lissner
0c06514c6f
doom-narrow-buffer renamed to doom/narrow-buffer and moved 2017-12-29 22:29:57 -05:00
Henrik Lissner
574a783f7f
doctor: refactor & check $SHELL 2017-12-29 15:07:41 -05:00
Henrik Lissner
f440bc37a3
lang/emacs-lisp: fix +eval/buffer fn not capturing entire buffer #313 2017-12-29 13:37:26 -05:00
Henrik Lissner
96ed8170d7
Rewrite ui/doom-dashboard tests 2017-12-29 04:17:31 -05:00
Henrik Lissner
02c1a78330
Add :skip support for def-test! 2017-12-29 04:17:19 -05:00