Commit Graph

12029 Commits

Author SHA1 Message Date
e8813ffa90 Bump to hlissner/emacs-doom-themes@de96a55
From hlissner/emacs-doom-themes@7131b60
2020-02-11 03:22:49 -05:00
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
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
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
ae75326a40 Move lsp! to sh-mode-local-vars-hook 2020-02-10 02:39:26 -05:00
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
ad8c685a17 Bump to ema2159/centaur-tabs@0383af0
From ema2159/centaur-tabs@f9d119d

May address #2436
2020-02-09 21:01:20 -05:00
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
7e676e90f3 Bump to emacs-straight/org-mode@ec6d01f
From emacs-straight/org-mode@2096c9c
2020-02-09 19:08:06 -05:00
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
5e0e0bd3b7 Remove redundant evil-set-initial-state
Redundant with evil-collection-mu4e
2020-02-09 18:44:41 -05:00
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
c5c0a2f25e Merge pull request #2473 from tchajed/add-fstar-module
Add fstar module
2020-02-09 18:38:31 -05:00
dc69e61210 Merge pull request #2501 from yoavm448/also_fdfind
Also look for 'fdfind' executable
2020-02-09 18:38:17 -05:00
3b192d5f2f Merge pull request #2503 from sei40kr/dockerfile-lsp
Add LSP support for Dockerfile
2020-02-09 18:38:02 -05:00
02b8c3f239 Merge pull request #2504 from nl5887/develop
Bind '<leader> t b' prefix to benchmarks
2020-02-09 18:37:39 -05:00
dc24c1cddc Merge branch 'develop' into add-persistent-soft-package 2020-02-09 17:20:26 -05:00
7ebc887905 Merge tb prefix into t prefix 2020-02-09 17:00:28 -05:00
fe24faba85 Merge pull request #2508 from johanthoren/develop
Fix list passed as argument to executable-find
2020-02-09 14:56:18 -05:00
f4d5953be5 Fix indentation 2020-02-09 14:55:44 -05:00
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
43be6231be Merge branch 'develop' of https://github.com/hlissner/doom-emacs into develop 2020-02-09 11:00:17 +01:00
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
3e253ed67e Add LSP support for Dockerfile 2020-02-09 18:47:05 +09:00
af9d8257f1 Fix void-function: closure errors on vterm-toggle-send-escape 2020-02-09 04:33:17 -05:00
2c312c4f23 Use doom-projectile-fd-binary for fd binary
Don't look for it again
2020-02-09 10:03:37 +02:00
01aadd8900 Fix vestigial org easymotion keybind 2020-02-08 21:47:04 -05:00
73c893ba35 lang/ledger: refactor & use hledger by default 2020-02-08 20:53:50 -05:00
ef472d7c1a Add flyspell-lazy package
To hopefully speed up flyspell.
2020-02-08 20:43:29 -05:00
724413d88f Bind C-RET -> ess-eval-line in normal mode
And reformat ess keybinds.
2020-02-08 18:13:00 -05:00
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
e4e0f33ab5 Bump to jacktasia/dumb-jump@daddd9b
From jacktasia/dumb-jump@738d40c
2020-02-08 18:10:34 -05:00
4d393fe9c2 Also try to search for fdfind, not only fd 2020-02-08 19:40:28 +02:00
49c7cf8172 Resolve major mode for (cached)-nix-shell scripts 2020-02-08 07:14:54 -05:00
eabbae7e39 Remove redundant title 2020-02-07 16:23:31 -05:00
014385a9f6 Prevent numerical type errors on after-find-file
In some edge cases.
2020-02-07 04:23:07 -05:00
456b501aad Bump to hlissner/emacs-doom-themes@7131b60 2020-02-07 03:43:26 -05:00
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
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
01c3f34bb0 Ensure lsp-ui doesn't overwrite file/dir-local flycheck-checker 2020-02-06 22:34:31 -05:00
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
197a3faa7c Merge pull request #2498 from Janfel/patch-1
Fix typo: ffap-list -> ffap-alist
2020-02-06 19:42:35 -05:00
2322bff412 Fix typo: ffap-list -> ffap-alist 2020-02-07 01:35:46 +01:00
086e945148 Update modules index
+ Remove :app write
+ Move :tools fly{check,spell} to new :checkers {syntax,spell}
+ Remove redundant table
2020-02-06 17:32:43 -05:00
431cd38e83 Update +doom-solaire-themes to include all doom-themes 2020-02-06 17:28:45 -05:00
8243c86f40 Bump haskell-mode, dante & intero
haskell/haskell-mode@3cf99d7 -> haskell/haskell-mode@4a87d72
chrisdone/intero@30d8e73 -> chrisdone/intero@fdb0550
jyp/dante@3e532e8 -> jyp/dante@4955bc7
2020-02-06 17:17:05 -05:00
eca387d670 Refactor +lookup/file & update :file handlers
+ Removed idris-mode's file handler. It doesn't do what I thought it
  did.
+ Fix markdown-follow-thing-at-point file handler creating empty buffer.
2020-02-06 16:55:28 -05:00
22bf716e43 Fix gf/find-file-at-point in c-mode 2020-02-06 16:55:28 -05:00
92f8ce562c Fix dir-locals targeting fundamental-mode while evil-mode is active #2493
Due to hack upstream, in evil
2020-02-06 16:55:28 -05:00
1910453e29 The byte-compiler ate my baby 2020-02-06 16:55:27 -05:00