Commit Graph

11843 Commits

Author SHA1 Message Date
c503e89043 Fix contrib libs not included with org-mode 2020-01-23 04:15:26 -05:00
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
2c9715c5d1 Fix #2398: missing dependency due to wrong branch 2020-01-23 02:13:50 -05:00
a34cb1656a Fix #2393: remap org-set-tags-command to counsel-org-tag 2020-01-23 02:05:46 -05:00
1f04bc919f Fix #2401: erroneous git ref display in eshell prompt 2020-01-23 01:59:20 -05:00
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
fd41b1b552 Disable more customize* commands 2020-01-23 01:45:18 -05:00
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
964291bb36 Fix #2409: switch to org mirror 2020-01-22 18:38:19 -05:00
206d0d9d92 Prevent flycheck-correct if region/insert mode is active 2020-01-20 22:23:40 -05:00
8a01ef9082 Fix #2394: load the correct evil-collection module 2020-01-20 20:17:43 -05:00
d0b50da2c4 Add elisp package file-template 2020-01-20 19:31:36 -05:00
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
e3ff1f25b4 Update package list in org readme 2020-01-20 19:18:50 -05:00
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
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
e3187ca8ea Don't fontify latex natively (use simple highlights)
Native fontification is incredibly slow.
2020-01-20 18:12:50 -05:00
2fe3268dc2 Fix cl-loop indentation. 2020-01-20 17:17:37 +01:00
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
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
522c532893 Correct add-hook!'s docstring 2020-01-20 05:41:42 -05:00
787f656820 Merge pull request #2164 from rgrinberg/ibuffer-workspace
Add ibuffer filter group for the workspace
2020-01-20 02:30:11 -05:00
8c7811a7a5 Merge pull request #2287 from UndeadKernel/feat-emacs_bindings
config/default: update & redesign vanilla keybinds
2020-01-20 02:29:27 -05:00
a5ff21f212 Merge pull request #2353 from facelesspanda/lang/eliom
lang/ocaml: support eliom files
2020-01-20 02:28:48 -05:00
7c940b8705 Merge pull request #2360 from harritaylor/develop
Fix #2343
2020-01-20 02:28:16 -05:00
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
a3042930f5 Merge pull request #2379 from stanso/patch-1
Fix broken MacOS irony-mode building command.
2020-01-20 02:26:03 -05:00
dc2b9781ab Minor refactors & reformatting 2020-01-20 01:55:31 -05:00
bf85a03f5e Don't disable indent-guides in visual-line-mode 2020-01-20 01:52:21 -05:00
4eec1141c1 Ensure anaconda-mode attempts to activate after lsp 2020-01-18 22:02:17 -05:00
37f15008e7 Polish deft config & add evil keybinds 2020-01-18 20:51:59 -05:00
8c96e3f78c Polish org +journal submodule
Fix journal files not opening in org-journal-mode.
2020-01-18 20:51:59 -05:00
bee7798a50 Fix default encryption recipient detection 2020-01-18 20:51:58 -05:00
be1e4015d5 Fix broken MacOS irony-mode building command.
Found same issue described here: https://www.reddit.com/r/emacs/comments/d0kxj4/ironymode_installing_server_help/
2020-01-16 21:23:35 -08:00
75ad749e10 Check whether rbenv is enabled before complaining 2020-01-15 10:07:49 -08:00
453e20534f Temporarily disable pinning #2373
I'm swamped today and tomorrow so this will have to do for now
2020-01-15 11:19:32 -05:00
12ebc58f2e Suppress so-long in soft-wrapped text-mode buffers 2020-01-15 02:20:46 -05:00
e65b5af709 Strip nils from exec-path
parse-colon-path will replace some paths with a nil, so we use
split-string instead with a non-nil OMIT-NULLS argument instead.
2020-01-15 02:04:14 -05:00
fee7a645c0 Inherit from pre-existing recipe when updating :pin 2020-01-15 00:50:27 -05:00
2fd7ede0d8 Emit error on update-pinned-package if not in a package! call 2020-01-15 00:48:57 -05:00
d866592beb Fix unpin! with variadic module lists 2020-01-15 00:45:43 -05:00
835f3f2c53 Eval unpin! logic at runtime 2020-01-15 00:31:12 -05:00
4b2a9c8c38 Polish unpin! user story and docstring 2020-01-14 23:05:17 -05:00
dc4df47842 Don't fetch/checkout packages that are up-to-date 2020-01-14 22:47:38 -05:00
4cc14389e8 PIN ALL THE PACKAGES 2020-01-14 22:32:11 -05:00
f3a9d0c03c Resolve pinned packages based on overridden recipes
And rearrange "Checking out ..." message during 'doom upgrade' to
display package first, then commit (and abbreviated), rather than the
other around. It's easier to read.
2020-01-14 21:57:58 -05:00
b7e81bc042 Add doom/update-pinned-package-declaration command
This may be renamed later, or rewritten to jump to the user's
`packages.el` and entering it there. Or something. For now it's useful
for its niche.
2020-01-14 21:46:38 -05:00
7326d2b4dc Add unpin! macro for easy package unpinning 2020-01-14 21:39:19 -05:00
b8b0f73edc Resolve packages to repo for pinned packages
- Allow :pin SHA's to be abbreviated.
- Print out the repo being updated, rather than the package.
2020-01-14 21:18:59 -05:00
9745f41ded Add :no-byte-compile & :no-autoloads support to package! :recipe #2370 2020-01-14 19:25:24 -05:00