Henrik Lissner
63049a60c8
Bump to seagle0128/doom-modeline@3836b8f
...
From seagle0128/doom-modeline@31a5ae9
2020-02-11 03:23:45 -05:00
Henrik Lissner
e8813ffa90
Bump to hlissner/emacs-doom-themes@de96a55
...
From hlissner/emacs-doom-themes@7131b60
2020-02-11 03:22:49 -05:00
Henrik Lissner
493b85c396
Wait a second before restarting server
...
sit-for doesn't necessarily do so if emacs recieves input during.
2020-02-11 03:21:44 -05:00
Henrik Lissner
1446f1a37c
Bump to Alexander-Miller/treemacs@4d4a955
...
From Alexander-Miller/treemacs@05d264a
Due to hlissner/emacs-doom-themes#395
2020-02-11 03:21:30 -05:00
Henrik Lissner
9cbbf81c3f
Don't recompile in 'doom sync'
...
This may be reinstated later, but for now is a common source of issues
because Doom must be fully loaded before byte-compiling; and doing this
is prone to errors when Doom is in an incomplete state (which may be the
case if there were an error earlier in 'doom sync').
This won't be an issue once the doom script becomes transactional.
2020-02-11 03:20:14 -05:00
Paul Oppenheimer
0a463673c9
make doom purge -g more aggressive
...
Reflog keeps the history of every reset, so expiring it allows us to
remove more older commits. git gc by default only cleans for 2 week old
objects, so I made it more aggressive
2020-02-10 20:23:09 -05:00
Rafael Accácio Nogueira
b22f7005f8
use OPTARG to get key
2020-02-10 11:36:55 +01:00
yoavm448
2f61c79a86
Pronunciation in a comment
2020-02-10 10:14:42 +02:00
yoavm448
e78beea59c
Forgot the 'TODO' for latex in docs/modules
2020-02-10 10:07:59 +02:00
yoavm448
ae9c364f0e
Add +latexmk, +cdlatex to docs/modules.org
2020-02-10 09:59:47 +02:00
Henrik Lissner
ae75326a40
Move lsp! to sh-mode-local-vars-hook
2020-02-10 02:39:26 -05:00
Clement Busschaert
e5760a2238
evil: smerge hydra on SPC g m
2020-02-10 08:38:34 +01:00
Henrik Lissner
ae1e3f005e
Bump to Alexander-Miller/treemacs@05d264ae8c
...
Also affects treemacs-{evil,projectile,magit,persp}, since they are in
the same repo.
2020-02-10 02:38:12 -05:00
Henrik Lissner
ad8c685a17
Bump to ema2159/centaur-tabs@0383af0
...
From ema2159/centaur-tabs@f9d119d
May address #2436
2020-02-09 21:01:20 -05:00
Henrik Lissner
c13e7fe7fc
Bump magit, forge, magit-todos & evil-magit
...
magit/magit@2bdfc4a -> magit/magit@57f2d0f
magit/forge@2833783 -> magit/forge@0081afd
emacs-evil/evil-magit@7223dca -> evil-magit/evil-magit@1bfd546
alphapapa/magit-todos@a64e365 -> alphapapa/magit-todos@ad5663a
2020-02-09 20:40:25 -05:00
Henrik Lissner
7e676e90f3
Bump to emacs-straight/org-mode@ec6d01f
...
From emacs-straight/org-mode@2096c9c
2020-02-09 19:08:06 -05:00
Henrik Lissner
e241fa347b
Bump to rmuslimov/browse-at-remote@aeee6bf
...
From rmuslimov/browse-at-remote@1a9392e
rmuslimov/browse-at-remote#59 upstreamed some of our local changes.
2020-02-09 19:01:36 -05:00
Henrik Lissner
5e0e0bd3b7
Remove redundant evil-set-initial-state
...
Redundant with evil-collection-mu4e
2020-02-09 18:44:41 -05:00
Henrik Lissner
4eb0791782
Merge pull request #2462 from alexandergraul/add-persistent-soft-package
...
Add persistent-soft to core/packages.el
2020-02-09 18:39:39 -05:00
Henrik Lissner
c5c0a2f25e
Merge pull request #2473 from tchajed/add-fstar-module
...
Add fstar module
2020-02-09 18:38:31 -05:00
Henrik Lissner
dc69e61210
Merge pull request #2501 from yoavm448/also_fdfind
...
Also look for 'fdfind' executable
2020-02-09 18:38:17 -05:00
Henrik Lissner
3b192d5f2f
Merge pull request #2503 from sei40kr/dockerfile-lsp
...
Add LSP support for Dockerfile
2020-02-09 18:38:02 -05:00
Henrik Lissner
02b8c3f239
Merge pull request #2504 from nl5887/develop
...
Bind '<leader> t b' prefix to benchmarks
2020-02-09 18:37:39 -05:00
Henrik Lissner
dc24c1cddc
Merge branch 'develop' into add-persistent-soft-package
2020-02-09 17:20:26 -05:00
Henrik Lissner
7ebc887905
Merge tb prefix into t prefix
2020-02-09 17:00:28 -05:00
Henrik Lissner
fe24faba85
Merge pull request #2508 from johanthoren/develop
...
Fix list passed as argument to executable-find
2020-02-09 14:56:18 -05:00
Henrik Lissner
f4d5953be5
Fix indentation
2020-02-09 14:55:44 -05:00
Johan Thorén
f01b03a73f
Fix list passed as argument to executable-find
...
Previously, a list would be passed as an argument to 'executable-find' in '+ledger--check-version-a'.
This instead passes "hledger" as an argument if found, else "ledger".
2020-02-09 14:32:19 +01:00
Remco Verhoef
43be6231be
Merge branch 'develop' of https://github.com/hlissner/doom-emacs into develop
2020-02-09 11:00:17 +01:00
Remco Verhoef
7fe392d946
add benchmark bindings (,tbs and ,tba)
...
go supports running benchmarks much similar to running tests,
the new key bindings will run single or all benchmark
2020-02-09 10:58:49 +01:00
Seong Yong-ju
3e253ed67e
Add LSP support for Dockerfile
2020-02-09 18:47:05 +09:00
Henrik Lissner
af9d8257f1
Fix void-function: closure errors on vterm-toggle-send-escape
2020-02-09 04:33:17 -05:00
yoavm448
2c312c4f23
Use doom-projectile-fd-binary for fd binary
...
Don't look for it again
2020-02-09 10:03:37 +02:00
Henrik Lissner
01aadd8900
Fix vestigial org easymotion keybind
2020-02-08 21:47:04 -05:00
Henrik Lissner
73c893ba35
lang/ledger: refactor & use hledger by default
2020-02-08 20:53:50 -05:00
Henrik Lissner
ef472d7c1a
Add flyspell-lazy package
...
To hopefully speed up flyspell.
2020-02-08 20:43:29 -05:00
Henrik Lissner
724413d88f
Bind C-RET -> ess-eval-line in normal mode
...
And reformat ess keybinds.
2020-02-08 18:13:00 -05:00
Henrik Lissner
4a60200f3d
Unpin tkf/emacs-request
...
This package is a secondary dependency of many packages. Best to keep it
up-to-date at all times.
2020-02-08 18:11:22 -05:00
Henrik Lissner
e4e0f33ab5
Bump to jacktasia/dumb-jump@daddd9b
...
From jacktasia/dumb-jump@738d40c
2020-02-08 18:10:34 -05:00
yoavm448
4d393fe9c2
Also try to search for fdfind, not only fd
2020-02-08 19:40:28 +02:00
Henrik Lissner
49c7cf8172
Resolve major mode for (cached)-nix-shell scripts
2020-02-08 07:14:54 -05:00
yoavm448
afe819e2a1
Use map! for nilling out cdlatex's keymap
...
I previously thought this didn't work, but it seems to now...?
2020-02-08 00:37:13 +02:00
Tej Chajed
eabbae7e39
Remove redundant title
2020-02-07 16:23:31 -05:00
yoavm448
883a326e87
Add cdlatex support in latex: +cdlatex
...
cdlatex has 4 main functionalities:
+ Math and environments snippets: I've disabled these in favor of
yasnippet when using :editor snippets by just unbinding the TAB in
cdlatex's keymap
+ Auto insertion of closing delimiters: disabled in favor of smartparens
+ Fast insertion for some macros: `a becomes \alpha. Kept as-is
+ Fast accent insertion: a'~ becomes \tilde{a}. Kept as-is
I also updated the docs, and added a section explaining how to re-enable
cdlatex's snippets despite having yasnippet.
2020-02-07 13:06:14 +02:00
Henrik Lissner
014385a9f6
Prevent numerical type errors on after-find-file
...
In some edge cases.
2020-02-07 04:23:07 -05:00
Henrik Lissner
456b501aad
Bump to hlissner/emacs-doom-themes@7131b60
2020-02-07 03:43:26 -05:00
Henrik Lissner
6d8d8a3d42
Bump org-mode, org-download, org-re-reveal, org-journal, ox-hugo
...
emacs-straight/org-mode@cd1014a -> emacs-straight/org-mode@ec6d01f
abo-abo/org-download@aad18ae -> abo-abo/org-download@7040188
oer/org-re-reveal@29bc467 -> oer/org-re-reveal@14df754
bastibe/org-journal@cf0f153 -> bastibe/org-journal@128f053
kaushalmodi/ox-hugo@0530645 -> kaushalmodi/ox-hugo@a80b250
Fixes #2499
2020-02-07 03:39:43 -05:00
Henrik Lissner
fba3c83403
Bump helpful, projectile & which-key
...
Wilfred/helpful@e511e8d -> Wilfred/helpful@c54e9dd
bbatsov/projectile@27a0da9 -> bbatsov/projectile@84be1da
justbur/emacs-which-key@db3d003 -> justbur/emacs-which-key@cf44641
2020-02-06 22:54:16 -05:00
Henrik Lissner
01c3f34bb0
Ensure lsp-ui doesn't overwrite file/dir-local flycheck-checker
2020-02-06 22:34:31 -05:00
Henrik Lissner
640cee3b26
Fix no such file errors when quitting emacs
...
Because org-id-locations-file cannot be read/written to.
2020-02-06 22:31:36 -05:00