Commit Graph

12334 Commits

Author SHA1 Message Date
bf1599635d set company-idle-delay to nil for eshell 2020-03-08 22:35:32 +00:00
cb4f9b86c6 Bump :tools magit
magit/magit@c8cd22e -> magit/magit@55c5c7c
magit/forge@0ade907 -> magit/forge@c2fbce6
charignon/github-review@1de2d6d -> charignon/github-review@3fb7cc2
2020-03-06 16:37:57 -05:00
fb8d96f1cb Preserve cursor+window position, rather than recenter
After n/N or */# searches with evil.
2020-03-06 16:36:35 -05:00
7481bfd4d5 Remove -B from dired-listing-switches default
i.e. don't hide backup files in dired, or let dired-omit-mode handle
those.
2020-03-06 15:45:24 -05:00
120818b07e Bump :lang latex
cdominik/cdlatex@b7af5a9 -> cdominik/cdlatex@a5cb624
TheBB/company-reftex@33935e9 -> TheBB/company-reftex@275ef70
2020-03-06 15:42:35 -05:00
571c87b37e Bump :lang org
emacs-straight/org-mode@30d0b6e -> emacs-straight/org-mode@0a8faec
snosov1/toc-org@379b457 -> snosov1/toc-org@5deaec4
Kungsgeten/org-brain@a062585 -> Kungsgeten/org-brain@6b7fced
dzop/emacs-jupyter@9e3c163 -> dzop/emacs-jupyter@d4b06c5
yjwen/org-reveal@aafedfd -> yjwen/org-reveal@0d947cb
bastibe/org-journal@dc120bf -> bastibe/org-journal@9d40f62
kaushalmodi/ox-hugo@16f1b0c -> kaushalmodi/ox-hugo@1c1e3ec
2020-03-06 15:39:01 -05:00
4170b72d91 ui/doom: remove +doom-solaire-themes var
We'll simply activate solaire-mode and swap the bg faces for any doom-*
theme.

Also: add doom-themes extensions for org, treemacs and neotree sooner,
so an `after!` block isn't necessary to disable them.
2020-03-06 15:26:37 -05:00
9ef3cdb673 Bump :tools ein
millejoh/emacs-ipython-notebook@10d7f10 -> millejoh/emacs-ipython-notebook@fbe1833
2020-03-06 15:26:37 -05:00
933b6f19ea Bump :ui doom
hlissner/emacs-doom-themes@ecffdf8 -> hlissner/emacs-doom-themes@0760079
2020-03-06 15:26:36 -05:00
69f14bc3da Apply smartparens lisp rules to sly-mrepl-mode 2020-03-06 15:26:36 -05:00
c40588a892 Link to distrotube playlist instead of single video 2020-03-05 13:37:39 -05:00
17e99f9b99 Fix #2661: missing evil-easymotion keybinds
If you loaded org before evil-easymotion, this keybind would overwrite
all the default evil-easymotion keybinds.
2020-03-05 13:09:46 -05:00
58a68adb5b Merge pull request #2665 from otavioschwanck/add-rails-flag-on-init
Add +rails to init.el
2020-03-04 23:02:15 -05:00
886cd2bd10 Merge pull request #2668 from brotzeit/bump-rustic
Bump lsp-mode & rustic
2020-03-04 23:02:02 -05:00
535a0e753c Autoload vterm and vterm-mode 2020-03-04 17:17:47 -05:00
532a31f4fe Fix +vterm/{toggle,here}... ... ...again 2020-03-04 17:10:07 -05:00
9ce3f6df87 Fix +vterm/{toggle,here}... again 2020-03-04 16:52:14 -05:00
f1f1609021 Fix void-function vterm-mode 2020-03-04 16:45:19 -05:00
cee3010d2a Fix +vterm/* commands spawning new buffer each time 2020-03-04 16:32:22 -05:00
8d05600f25 Bump lsp-mode & rustic
brotzeit/rustic@9939691 -> brotzeit/rustic@373f5a1
emacs-lsp/lsp-mode@2e6b748 -> emacs-lsp/lsp-mode@6a94356
2020-03-04 21:59:42 +01:00
500fa4065f add rails do Ruby init 2020-03-04 13:18:03 +00:00
ed2fb68362 Fix prescient breaking certain counsel commands due to post-sorting 2020-03-03 23:33:53 -05:00
e66769293c Fix potential hashing clashes w/ transient hooks 2020-03-03 18:58:45 -05:00
f8a69464d0 Remove smartparens dependency for doom/info 2020-03-03 16:15:43 -05:00
5f98e12b0e Fix #2608: +vterm/here opening in popup
Due to akermu/emacs-libvterm@a9ec753
2020-03-03 15:44:11 -05:00
e7cc3919ef Merge pull request #2659 from yoavm448/develop
Make +evil:copy-this-file autoload interactively
2020-03-03 13:13:45 -05:00
fcac85fc86 Make +evil:copy-this-file autoload interactively 2020-03-03 20:02:07 +02:00
79e5a27fab Prefix arg = don't restore last scratch buffer 2020-03-03 12:44:33 -05:00
2a7d90220a Slim down init.example.el
Fewer packages to install on first install.

+ Disable multiple-cursors, rotate-text, and ibuffer modules by default;
  these are not essential.
+ Make :ui popup's `+all` flag opt-in (so the popup manager doesn't
  manage buffers without an explicit rule -- which is more disruptive
  than helpful).
+ Make :tools lookup's `+docsets` flag opt-in
2020-03-03 12:44:33 -05:00
975f2e42f5 Merge pull request #2650 from otavioschwanck/bugfix/fix-spring-bug
Fix Spring bug on Ruby Rspec Mode
2020-03-03 12:27:36 -05:00
c7be293ddd Merge pull request #2463 from alexandergraul/add-rails
Add Rails support to Ruby module
2020-03-03 12:26:58 -05:00
13a60de964 Merge pull request #2656 from dickmao/dev
tools/ein: add regression test for keymaps
2020-03-03 12:26:15 -05:00
e5a91d2912 [:tools ein] ensure keybindings still valid 2020-03-03 07:24:09 -05:00
28ce581ca4 Add Rails support to Ruby module
The +rails flag sets up projectile-rails as a minor mode for
enh-ruby-mode and, if enabled under :lang, web-mode. Projectile-rails
keybindings are under "<localleader> r".

robe-rails-refresh was moved to "<localleader> R".
2020-03-03 07:35:12 +01:00
3e2b251a96 fix sprint bug 2020-03-02 20:28:08 +00:00
ac199de936 Bump :tools lsp
emacs-lsp/lsp-mode@fc812be -> emacs-lsp/lsp-mode@2e6b748
emacs-lsp/lsp-ui@da9788b -> emacs-lsp/lsp-ui@c99ba09
2020-03-02 12:06:35 -05:00
260148f4e9 Bump :tools magit
magit/magit@8cb6cdf -> magit/magit@c8cd22e
magit/forge@fb04716 -> magit/forge@0ade907
emacs-evil/evil-magit@1bfd546 -> emacs-evil/evil-magit@0b79aa3

Fixes #2446
2020-03-02 12:02:49 -05:00
5b10277d05 Disable centaur-tabs-mode in popups 2020-03-01 23:44:26 -05:00
78f1621fda file-exists-p -> file-writable-p for org-id-locations-file
The IDs file isn't much good to use if it isn't writable.
2020-03-01 23:36:33 -05:00
a76e4b56b5 Bump :ui tabs
ema2159/centaur-tabs@96b7c90 -> ema2159/centaur-tabs@c3254ef

Includes an important performance bugfix.
2020-03-01 22:26:05 -05:00
ca74996d1b Complain if repo is invalid on 'doom update' 2020-03-01 13:25:47 -05:00
3ecff5777b Fix overaggressive recloning when updating packages 2020-03-01 13:23:39 -05:00
bc025adc19 Remove reference to removed +rss-elfeed-files var 2020-03-01 12:19:44 -05:00
ac477c2170 Alias md to markdown for babel blocks 2020-03-01 12:10:29 -05:00
38a74db626 Bump :ui modeline
seagle0128/doom-modeline@41015d7 -> seagle0128/doom-modeline@0df5585
2020-03-01 12:07:28 -05:00
1e0572f29c Bump :tools ein
millejoh/emacs-ipython-notebook@8a2544a -> millejoh/emacs-ipython-notebook@10d7f10
2020-03-01 12:06:02 -05:00
cdaa55b4db Rename org-capture frame to doom-capture
To reduce likelihood of conflicts.
2020-03-01 01:39:14 -05:00
9c07cc719d emacs/vc: minor refactor
Follow up to #2634
2020-03-01 01:37:41 -05:00
aa1f11af4f Enable git-gutter backends conditionally
Follow up to #2634
2020-03-01 01:36:16 -05:00
bbd1561a3c Make doom-real-buffer-p work for indirect buffers 2020-03-01 01:33:40 -05:00