Commit Graph

7039 Commits

Author SHA1 Message Date
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
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
4cc14389e8 PIN ALL THE PACKAGES 2020-01-14 22:32:11 -05:00
1c0b8b2831 Merge pull request #2368 from niklascarlsson/setup_docker_docset
Use Docker docset for dockerfile-mode
2020-01-14 19:19:40 -05:00
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
89dd2f98a4 Add LSP Support to Erlang 2020-01-14 14:18:52 -05:00
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
12094788d7 Fix references to :tools fly{spell,check} 2020-01-14 03:04:26 -05:00
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
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
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
c2491001f0 Merge pull request #2363 from niklascarlsson/updates_to_documentation
Minor updates to documentation
2020-01-13 20:08:58 -05:00
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
5a07e8f655 Add treemacs-persp package #1348 2020-01-13 16:03:22 -05:00
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
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
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
b320075c5b Add company-box scrollbar "fix" & refactor config 2020-01-13 00:08:59 -05:00
d47bc06ab4 Fix K on modules with no readme 2020-01-12 22:35:03 -05:00
520fefbd0f Prevent premature h-scrolling in vterm buffers 2020-01-12 20:05:26 -05:00
bf60a2a7c6 Don't sort counsel-imenu 2020-01-12 18:12:01 -05:00
24c65b1a22 Update lsp server install dirs
Follow-up of #2361
2020-01-12 17:00:13 -05:00
6731833f24 Update lsp-server-install-dir location
Update the lsp-server-install-dir to doom-etc-dir install of the default
which is directly at the root of the emacs dir.
2020-01-12 22:27:41 +01:00
2fcb74dead Fix for issue 2343 2020-01-12 15:03:24 +00:00
c24ab34f75 Merge pull request #2358 from howsiwei/pdf-outline
Fix pdf-outline error
2020-01-12 03:09:49 -05:00
25eb9176ad Fix ivy-prescient disabling fuzzy search
It can set up itself.
2020-01-12 03:07:35 -05:00
8c6efb71cb Fix pdf-outline error 2020-01-12 15:38:03 +08:00
5802bd7047 Refactor browse-at-remote commands 2020-01-11 17:30:09 -05:00
0c9f1b1a9c Minor refactors & comment revision 2020-01-11 17:27:04 -05:00
29250133e8 Replace doom/describe-symbol w/ helpful-symbol
And helpful-at-point.
2020-01-11 17:21:35 -05:00
52b69ec7eb Fix #2308: DEL not deleting closing sp pairs 2020-01-11 17:07:51 -05:00
fd130a9c2e [ocaml] support eliom files
Eliom/eliomi is ocsigen's extensions for its files using the eliom ppx.

More info at http://ocsigen.org/eliom/6.6/manual/ppx-syntax
2020-01-11 18:39:14 +01:00