Commit graph

12375 commits

Author SHA1 Message Date
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
Henrik Lissner
bee7798a50
Fix default encryption recipient detection 2020-01-18 20:51:58 -05:00
Tianshuo Su
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
Ian McCowan
75ad749e10 Check whether rbenv is enabled before complaining 2020-01-15 10:07:49 -08:00
Henrik Lissner
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
Henrik Lissner
12ebc58f2e
Suppress so-long in soft-wrapped text-mode buffers 2020-01-15 02:20:46 -05:00
Henrik Lissner
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
Henrik Lissner
fee7a645c0
Inherit from pre-existing recipe when updating :pin 2020-01-15 00:50:27 -05:00
Henrik Lissner
2fd7ede0d8
Emit error on update-pinned-package if not in a package! call 2020-01-15 00:48:57 -05:00
Henrik Lissner
d866592beb
Fix unpin! with variadic module lists 2020-01-15 00:45:43 -05:00
Henrik Lissner
835f3f2c53
Eval unpin! logic at runtime 2020-01-15 00:31:12 -05:00
Henrik Lissner
4b2a9c8c38
Polish unpin! user story and docstring 2020-01-14 23:05:17 -05:00
Henrik Lissner
dc4df47842
Don't fetch/checkout packages that are up-to-date 2020-01-14 22:47:38 -05:00
Henrik Lissner
4cc14389e8
PIN ALL THE PACKAGES 2020-01-14 22:32:11 -05:00
Henrik Lissner
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
Henrik Lissner
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
Henrik Lissner
7326d2b4dc
Add unpin! macro for easy package unpinning 2020-01-14 21:39:19 -05:00
Henrik Lissner
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
Henrik Lissner
9745f41ded
Add :no-byte-compile & :no-autoloads support to package! :recipe #2370 2020-01-14 19:25:24 -05:00
Henrik Lissner
9f97c13bf1
Remove issue title prefixes
Use labels to categorize them instead.
2020-01-14 19:25:24 -05:00
Henrik Lissner
4161014cfc
doom/toggle-debug-mode: toggle garbage-collection-messages 2020-01-14 19:25:24 -05:00
Henrik Lissner
1c0b8b2831
Merge pull request #2368 from niklascarlsson/setup_docker_docset
Use Docker docset for dockerfile-mode
2020-01-14 19:19:40 -05:00
Henrik Lissner
fd3ec5a33c
Merge pull request #2371 from pekist/develop
Add LSP Support to Erlang
2020-01-14 19:19:13 -05:00
Peter Steidel
1d91d9c6d6 Erlang LSP module improvements
- Add README.org
- Make it so other completion frameworks don't compete with the lsp module
- load lsp via erlang-local-vars-hook
2020-01-14 19:11:49 -05:00
Peter Steidel
89dd2f98a4 Add LSP Support to Erlang 2020-01-14 14:18:52 -05:00
Niklas Carlsson
bdb12cb75b Use Docker docset for dockerfile-mode
This patch setups the appropriate docset to use in dockerfile-mode.
Similar to how it is done for other major-modes that have associated
docsets.
2020-01-14 12:33:05 +01:00
Henrik Lissner
12094788d7
Fix references to :tools fly{spell,check} 2020-01-14 03:04:26 -05:00
Henrik Lissner
920b511591
org-agenda-dim-blocked-tasks = t (default) #2365
This way, parent todos are at least displayed, but dimmed.
2020-01-14 02:59:16 -05:00
Henrik Lissner
9eb3a74a57
Save interpreter-mode-alist to autoloads 2020-01-14 02:59:16 -05:00
Henrik Lissner
01a5994805
Merge pull request #2366 from ckruse/develop
Update feature check of flycheck in elixir mode
2020-01-14 02:58:57 -05:00
Christian Kruse
5276762daa Update feature check of flycheck in elixir mode
This patch updates the check for enabling flycheck bindings to the new
module location.
2020-01-14 08:53:30 +01:00
Henrik Lissner
a6d81dda4e
Merge pull request #2350 from Janfel/patch-1
Fix #2349: Make +format-completing-read return symbol
2020-01-13 20:10:50 -05:00
Henrik Lissner
c2491001f0
Merge pull request #2363 from niklascarlsson/updates_to_documentation
Minor updates to documentation
2020-01-13 20:08:58 -05:00
Henrik Lissner
6dd9793c95
Merge pull request #2364 from niklascarlsson/update_flycheck_binding
Update feature check of flycheck in evil-bindings
2020-01-13 20:08:21 -05:00
Henrik Lissner
5a07e8f655
Add treemacs-persp package #1348 2020-01-13 16:03:22 -05:00
Niklas Carlsson
1cf402926b Update feature check of flycheck in evil-bindings
This patch updates the check for enabling flycheck bindings to the new
module location.
2020-01-13 12:51:22 +01:00
Niklas Carlsson
3308fb3718 Minor updates to documentation
- Update the keybinding for +doom/help-autodefs
- Remove silver_search from the lookup module. Ripgrep is the supported
dependency.
2020-01-13 09:54:22 +01:00
Henrik Lissner
6f273ffc25
Totally disable company-box scrollbar
Since the problem persists despite the earlier window-width fix.

Fixes sebastiencs/company-box#44
2020-01-13 01:46:43 -05:00
Henrik Lissner
e7de8118ce
Fix #1706: Make doom-big-font-mode affect all frames 2020-01-13 01:08:49 -05:00