Commit graph

12217 commits

Author SHA1 Message Date
Robert J. Lambert III
a323ca9a22
mdempsky no longer maintains docode, updating to stamblerre 2020-02-24 11:17:22 -05:00
Dima Gerasimov
844d145f97 Construct org-id-locations-file using expand-file-name 2020-02-24 15:14:00 +01:00
Henrik Lissner
acf6d5b78b
Bump to agda/agda@74d9fd5
From agda/agda@e9e23b9
2020-02-23 16:55:01 -05:00
Henrik Lissner
38ea138542
lang/clojure: add README #1166 2020-02-23 16:55:00 -05:00
hackeryarn
887d127748 Conditionally enable racket-smart-open-bracket-mode 2020-02-23 15:36:16 -06:00
Henrik Lissner
a65403011e
lang/clojure: add +lsp support 2020-02-23 16:26:10 -05:00
Henrik Lissner
b30f38ac06
Minor refactor & reformatting across the board 2020-02-23 15:42:43 -05:00
Henrik Lissner
80c827119d
Fix references to old rust-analyzer binary
Closes #2588
2020-02-23 15:42:36 -05:00
Henrik Lissner
bd833091c2
Bump to flycheck/flycheck@74377fa
From flycheck/flycheck@269237f
2020-02-23 15:03:30 -05:00
Henrik Lissner
ef055778e9
Pin to mrkkrp/vimish-fold@d3248a4
And add hideshow declaration (so `SPC h d p` knows where to find it).
2020-02-23 15:01:03 -05:00
Dan LaManna
5a0657ed16 lang/python: use error! instead of assert! 2020-02-23 14:18:54 -05:00
Matt Briggs
1fe584fc21 address feedback 2020-02-22 21:42:04 -05:00
Henrik Lissner
12249753e6
Revert aw-keys to default if +numbers is enabled 2020-02-22 20:40:03 -05:00
Henrik Lissner
50c61c57bc
Update def-project-mode! macro docstring
Remove mention of `doom-project`, since it no longer exists.
2020-02-22 20:38:34 -05:00
Matt Briggs
bfd6d5ede8 vterm returns to where it was entering insert 2020-02-22 19:10:19 -05:00
Henrik Lissner
a7b945be0e
Revert cb86fd046c (restore macrostep-expand)
sly-macroexpand changes macrostep-expand to behavior correctly in CL
buffers.
2020-02-22 18:43:25 -05:00
Henrik Lissner
65a71d5647
Link to doom-real-buffer-p in other real buffer functions
To make the explanation easier to find.
2020-02-22 18:31:10 -05:00
Brice Waegeneire
3f50dad5ee completion/ivy: sort projectile files with prescient 2020-02-22 21:35:15 +01:00
Henrik Lissner
23d6ec70db
Bump to emacs-evil/evil@810eaf6
From emacs-evil/evil@3b03a4e

Closes #2570
2020-02-22 13:11:07 -05:00
yuhan0
3c8520b1fc Change clojure linter to clj-kondo 2020-02-22 15:26:01 +08:00
Henrik Lissner
80b5c8a30f
Remove Fuco1/smartparens#963 workaround
Causes double closing parens in 27.
2020-02-21 23:20:43 -05:00
Henrik Lissner
9d4f38346f
Bump to ema2159/centaur-tabs@96b7c90
From ema2159/centaur-tabs@3658efc

ema2159/centaur-tabs@96b7c90 hopefully introduces a fix for the
flickering issue.
2020-02-21 19:57:12 -05:00
Henrik Lissner
33ebf514d6
Revert to redguardtoo/evil-nerd-commenter@fd2fba7
From redguardtoo/evil-nerd-commenter@c9fa23e

Due to redguardtoo/evil-nerd-commenter#107
2020-02-21 19:50:33 -05:00
Henrik Lissner
0f4c0cce5b
Only unset file-name-handler-alist in interactive sessions 2020-02-21 17:03:47 -05:00
Henrik Lissner
a0a7c34517
Revert to ox-reveal (remove org-re-reveal)
ox-reveal is maintained again, and org-re-reveal was
exhibiting (wrong-type-argument wholenump -1) errors in some corner
cases.
2020-02-21 14:58:14 -05:00
Henrik Lissner
731e1c503d
Lazily revert affected buffers after magit 2020-02-21 13:40:52 -05:00
Henrik Lissner
900ec70ee3
Ensure menu/tool/scroll bars are disabled 2020-02-21 12:49:57 -05:00
Henrik Lissner
bd944634bc
Fix defadvice! functions omitted from elisp imenu 2020-02-21 10:42:33 -05:00
Henrik Lissner
cd2f01e9ab
Set fixed-pitch font too 2020-02-21 01:05:18 -05:00
Henrik Lissner
a084318932
Prevent backtick auto-pairing before word/same 2020-02-21 00:39:06 -05:00
Henrik Lissner
6d2c82db34
Conform editor/lispy readme to new format #1166
And update it.
2020-02-20 21:43:37 -05:00
Henrik Lissner
84a525a099
Remove wrap, additional-wrap, & escape key themes
+ Escape was redundant with Doom's own escape handler
+ Disabled wrap/addition-wrap, as it isn't enabled by default, is
  potentially redundant with evil-{surround,embrace}, and prone to issues
  in tty emacs (see #2573).

Fixes #2573
2020-02-20 21:42:53 -05:00
Henrik Lissner
c62c3bc4cd
Fix #2544: revert 5ecf206681 2020-02-20 20:30:43 -05:00
Henrik Lissner
7f9623249f
Abort company popups when entering normal mode
You likely don't need completion anymore once you exit insert state.
2020-02-20 20:30:43 -05:00
Henrik Lissner
55e83da9e7
Don't kill haskell REPLs on ESC/C-g #2571 2020-02-20 20:30:43 -05:00
Henrik Lissner
61ed90c273
Merge pull request #2351 from nam3less/feature-haskell-evil-integration
Correct behaviour of normal mode 'o' and 'O' in haskell-mode
2020-02-20 20:30:00 -05:00
Henrik Lissner
799b093176
Merge pull request #2572 from msanders/develop
lang/ruby: Add detection for additional files
2020-02-20 20:25:48 -05:00
Henrik Lissner
82b1efeb8a
Fix #2576: bind gt/gT for navigating centaur tabs 2020-02-20 18:21:56 -05:00
Henrik Lissner
0e1a737127
Fix #2541: empty imenu list in rustic+rls buffers 2020-02-20 18:19:59 -05:00
Henrik Lissner
cd3103b1be
Bump to brotzeit/rustic@6dead0c
From brotzeit/rustic@da3820d

Due to changes upstream, users can no longer use lsp-rust-server to
switch to rust-analyzer with rustic-mode. Use rustic-lsp-server instead.
2020-02-20 18:19:45 -05:00
Henrik Lissner
888d456dc9
Fix #2524: :make executing wrong command 2020-02-20 17:42:58 -05:00
Henrik Lissner
037bcf3c12
Fix #2568: change when file-templates are expanded 2020-02-20 17:24:16 -05:00
Henrik Lissner
8a5ffc32f5
Bump to ProofGeneral/PG@2a17093
From ProofGeneral/PG@89829c2

Also removes pg-init hacks, as they no longer seem necessary after
ProofGeneral/PG@7371521

Hopefully fixes #2565
2020-02-20 16:55:19 -05:00
Henrik Lissner
59cb9b4aba
ruby-insert-encoding-magic-comment = nil
It is the default with enh-ruby-mode.

Also: refactor ruby-mode config out of enh-ruby-mode.
2020-02-20 15:25:38 -05:00
Michael Sanders
9efd703947
lang/ruby: Add detection for additional files
This adds support for podspecs used by Cocoapods, Brewfiles from
Homebrew Bundle, and Fastfiles from Fastlane.
2020-02-20 10:07:16 -08:00
Henrik Lissner
dbf9c92b48
Fix +evil-resolve-vim-path-a not removing excess backslashes 2020-02-20 00:51:55 -05:00
Henrik Lissner
10623868b8
Fix #2567: unbound js2-refactor keybinds 2020-02-19 23:41:39 -05:00
Henrik Lissner
8a7763337d
doom refresh -> doom sync
refresh isn't going anywhere, but sync will be the canonical command
here on out, because it is more appropriate for kind of work it will be
doing in the future.
2020-02-19 23:34:16 -05:00
Henrik Lissner
f29d5ed034
lang/ruby: minor refactor 2020-02-19 23:04:21 -05:00
Henrik Lissner
8e748ec567
Use enh-ruby-mode for ruby shell scripts
Instead of ruby-mode
2020-02-19 23:02:07 -05:00