Commit graph

12965 commits

Author SHA1 Message Date
Henrik Lissner
c3734603f5
Don't strip out vars from doom module autoloads
Doom's autoloads generator will strip out forms that modify variables in
doom-autoload-cached-vars (load-path, auto-mode-alist, etc). These are
undesireable in package autoloads, but may be desireable in Doom module
autoloads.
2020-01-24 18:16:11 -05:00
Henrik Lissner
14fc65a9fb
Remove nconcq! macro
Unused and unnecessary.
2020-01-24 18:14:17 -05:00
Henrik Lissner
a681a32efc
docs/api: add setq! demo 2020-01-24 17:50:45 -05:00
Henrik Lissner
d1442a03bf
Expand docstring for setq! 2020-01-24 16:38:44 -05:00
dive
d1db28f417 make ls aliases work with subdirectories 2020-01-24 21:22:06 +00:00
Dan LaManna
00e2f2cc6f lang/python: add additional checks 2020-01-24 12:25:01 -05:00
Henrik Lissner
3ebdc513f8
Revert 24d804da7 #2415
It was fixed upstream in magit/magit@6bfe8c0
2020-01-24 05:16:09 -05:00
Henrik Lissner
49636beb21
Update lang/sh readme to new format #1166 2020-01-24 05:16:09 -05:00
Henrik Lissner
2c536cf948
Merge pull request #2402 from snyball/develop
Fix #2397: helm posframe
2020-01-23 17:20:58 -05:00
Henrik Lissner
c19ffea299
Merge pull request #2410 from Geospace/develop
Move an aspell specific argument to appropriate block
2020-01-23 17:20:27 -05:00
Henrik Lissner
87de82668d
Merge pull request #2412 from Gollum999/patch-1
Fix garbage minibuffer history when launching debugger
2020-01-23 17:20:08 -05:00
Henrik Lissner
24d804da79
Fix #2415: install magit-section 2020-01-23 17:12:46 -05:00
Tim Sanders
7541611863
Fix garbage minibuffer history when launching debugger
9a93aa1df9 (commitcomment-36934820)
2020-01-23 10:22:04 -06:00
Jonas Møller
93ebe4a4bb Moved adding of helm-hide-minibuffer-maybe hook
From a racy when condition in the posframe autoload, into an
unconditional hook in the helm config.el file.
2020-01-23 12:58:39 +01:00
Geographer
b2e6a069f0 Move an aspell specific argument to appropriate block 2020-01-23 10:52:44 +00:00
Henrik Lissner
c503e89043
Fix contrib libs not included with org-mode 2020-01-23 04:15:26 -05:00
Henrik Lissner
0bc7fc1ab8
gcmh-high-cons-threshold = 16mb #2378
In an attempt to fix stuttering after long term interactive use.
2020-01-23 02:17:51 -05:00
Henrik Lissner
2c9715c5d1
Fix #2398: missing dependency due to wrong branch 2020-01-23 02:13:50 -05:00
Henrik Lissner
a34cb1656a
Fix #2393: remap org-set-tags-command to counsel-org-tag 2020-01-23 02:05:46 -05:00
Henrik Lissner
1f04bc919f
Fix #2401: erroneous git ref display in eshell prompt 2020-01-23 01:59:20 -05:00
Henrik Lissner
1e91c04c04
Fix #2408: wrong-number-of-args error on lsp-workspace-restart
Due to a change to lsp--shutdown-workspace upstream.
2020-01-23 01:45:18 -05:00
Henrik Lissner
fd41b1b552
Disable more customize* commands 2020-01-23 01:45:18 -05:00
Henrik Lissner
4e28e3b840
Merge pull request #2388 from Janfel/patch-1
Fix #2036: Copy local variables into formatting buffer.
2020-01-23 01:37:16 -05:00
Henrik Lissner
964291bb36
Fix #2409: switch to org mirror 2020-01-22 18:38:19 -05:00
Jonas Møller
f6dc8d0202 Actually fix #2397
Added the setq to the wrong (when (featurep!)) initially.
2020-01-22 12:19:56 +01:00
Jonas Møller
dc8ad7896a Display header line in Helm posframe
But only if helm-echo-input-in-header-line is set to true.
2020-01-22 12:06:29 +01:00
Jonas Møller
73ad5ddc83 Fixes #2397 2020-01-22 12:06:02 +01:00
Henrik Lissner
206d0d9d92
Prevent flycheck-correct if region/insert mode is active 2020-01-20 22:23:40 -05:00
Henrik Lissner
8a01ef9082
Fix #2394: load the correct evil-collection module 2020-01-20 20:17:43 -05:00
Henrik Lissner
d0b50da2c4
Add elisp package file-template 2020-01-20 19:31:36 -05:00
Henrik Lissner
fb24a8deec
Activate flyspell-mode in specific modes
yaml-mode is derived from text-mode, rather than prog or conf-mode. This
may be true for other major modes, so we must be more judicious about
where we activate flyspell-mode.
2020-01-20 19:31:35 -05:00
Henrik Lissner
e3ff1f25b4
Update package list in org readme 2020-01-20 19:18:50 -05:00
Henrik Lissner
1b779bf716
Fix evil ex fname modifiers consuming char just before #/%
':e test-%:t.el' in filename.el should open test-filename.el, but
instead opened testfilename.el.
2020-01-20 19:14:25 -05:00
Henrik Lissner
5d15521440
Remove org-fancy-priorities package
Add unnecessary overhead for little gain. Let the user install it if
they want it.
2020-01-20 18:13:34 -05:00
Henrik Lissner
e3187ca8ea
Don't fontify latex natively (use simple highlights)
Native fontification is incredibly slow.
2020-01-20 18:12:50 -05:00
Janfel
2fe3268dc2 Fix cl-loop indentation. 2020-01-20 17:17:37 +01:00
Janfel
e34b5decc6 Remove unused local bindings
Remove the let-clauses binding origin-buffer-file-name and origin-default-directory, as the previous commit renders them obsolete.
2020-01-20 17:17:37 +01:00
Janfel
2e82f297f6 Fix #2036: Copy local variables into formatting buffer.
Make +format-buffer copy all buffer-local variables from the original buffer into the temporary buffer. When resolving a symbol inside of a formatter, the value it is bound to in the formatted buffer will now be used instead of the default value. Fixes #2036.
2020-01-20 17:17:37 +01:00
Henrik Lissner
522c532893
Correct add-hook!'s docstring 2020-01-20 05:41:42 -05:00
Henrik Lissner
787f656820
Merge pull request #2164 from rgrinberg/ibuffer-workspace
Add ibuffer filter group for the workspace
2020-01-20 02:30:11 -05:00
Henrik Lissner
8c7811a7a5
Merge pull request #2287 from UndeadKernel/feat-emacs_bindings
config/default: update & redesign vanilla keybinds
2020-01-20 02:29:27 -05:00
Henrik Lissner
a5ff21f212
Merge pull request #2353 from facelesspanda/lang/eliom
lang/ocaml: support eliom files
2020-01-20 02:28:48 -05:00
Henrik Lissner
7c940b8705
Merge pull request #2360 from harritaylor/develop
Fix #2343
2020-01-20 02:28:16 -05:00
Henrik Lissner
b2141b6299
Merge pull request #2374 from valrus/doctor-respect-rbenv-feature
lang/ruby: add check for +rbenv before complaining
2020-01-20 02:27:38 -05:00
Henrik Lissner
a3042930f5
Merge pull request #2379 from stanso/patch-1
Fix broken MacOS irony-mode building command.
2020-01-20 02:26:03 -05:00
Henrik Lissner
dc2b9781ab
Minor refactors & reformatting 2020-01-20 01:55:31 -05:00
Henrik Lissner
bf85a03f5e
Don't disable indent-guides in visual-line-mode 2020-01-20 01:52:21 -05:00
Henrik Lissner
4eec1141c1
Ensure anaconda-mode attempts to activate after lsp 2020-01-18 22:02:17 -05:00
Henrik Lissner
37f15008e7
Polish deft config & add evil keybinds 2020-01-18 20:51:59 -05:00
Henrik Lissner
8c96e3f78c
Polish org +journal submodule
Fix journal files not opening in org-journal-mode.
2020-01-18 20:51:59 -05:00