Commit Graph

8974 Commits

Author SHA1 Message Date
7baeb20ac9 Refactor set-electric! #4031 2020-10-05 20:55:09 -04:00
81f325f169 Bump :ui doom
hlissner/emacs-solaire-mode@d751c1c -> hlissner/emacs-solaire-mode@c697925

Fix #4023
2020-10-05 20:55:09 -04:00
f403a05d70 [bepo] Map ace window to <leader>éé (from ww) 2020-10-06 00:02:23 +02:00
ab3237fe82 Merge pull request #4002 from NotUnlikeTheWaves/fix-portal2-quit-message
Add missing 'the' in Portal 2 quit message
2020-10-05 17:31:05 -04:00
2d99b2cd93 Merge pull request #3982 from rushsteve1/develop
Improve fill-column module for Emacs 27+
2020-10-05 17:29:56 -04:00
1a8cd64751 Merge pull request #3976 from bixuanzju/develop
Bump :lang haskell
2020-10-05 17:28:03 -04:00
447fa34eb2 Merge pull request #3928 from acristoffers/patch-1
Bump :tools lsp
2020-10-05 17:26:48 -04:00
07b2883bc3 lang/nix: add popup rule for nixos-options-doc 2020-10-05 17:10:57 -04:00
3f4eaec1af Fix void-variable bb error when saving workspace 2020-10-05 16:35:58 -04:00
c94ea8e4b1 Fix #4028: window-dividers not reset 2020-10-05 16:04:13 -04:00
0e7d5b5490 Fix #4027: tab not invoking emmet at EOB 2020-10-05 16:04:13 -04:00
3f28411f64 Use delegate function
As suggested by Henrik I changed it to use a delegate function, which reduces
code duplication and makes things cleaner
2020-10-05 10:14:54 -04:00
67c1e7c3f9 Bump :ui
Alexander-Miller/treemacs@027e03b -> Alexander-Miller/treemacs@6c00fe7
Bad-ptr/persp-mode.el@14325c1 -> Bad-ptr/persp-mode.el@c132efe
DarthFennec/highlight-indent-guides@a4f7714 -> DarthFennec/highlight-indent-guides@cf352c8
dimitri/switch-window@8710f63 -> dimitri/switch-window@277706b
ema2159/centaur-tabs@7e0332b -> ema2159/centaur-tabs@5453317
emacs-straight/minimap@d8850be -> emacs-straight/minimap@37a0200
hlissner/emacs-doom-themes@24023de -> hlissner/emacs-doom-themes@d6ee47d
hlissner/emacs-solaire-mode@cd63b67 -> hlissner/emacs-solaire-mode@d751c1c
jabranham/mixed-pitch@1cad46f -> jabranham/mixed-pitch@d305108
seagle0128/doom-modeline@ffbaaee -> seagle0128/doom-modeline@538017a

Fix #4023
2020-10-05 10:14:54 -04:00
f96b2310df Add keybinding to toggle fill column indicator
Added a keybinding to the Toggles menu to toggle the fill column indicator if
the `fill-column` module is enabled. The keybind is `SPC t c`.

Suggested by lunik1 on Discord
2020-10-05 10:14:54 -04:00
5eb03ae45b Change fill-column conditionals to use macro
The conditionals in the `fill-column` module used the raw version number, this
commit changes them to use the macro provided by DOOM.

Suggested by @gagbo
2020-10-05 10:14:54 -04:00
7daa3aaae9 Improve fill-column module for 27
Emacs 27 introduced `display-fill-column-indicator-mode` which replaces
`hl-fill-column`. This commit adds some conditionals to use
`display-fill-column-indicator-mode` on Emacs 27+, or falls back to
`hl-fill-column-mode` on older versions.
2020-10-05 10:14:54 -04:00
599d3929f0 Bump :lang haskell
emacs-lsp/lsp-haskell@17d7d4c -> emacs-lsp/lsp-haskell@a56667b
haskell/haskell-mode@41683c0 -> haskell/haskell-mode@e726776
jyp/attrap@4cf3e4a -> jyp/attrap@9c88154
jyp/dante@c516bc9 -> jyp/dante@e2acbf6

Switch to haskell-language-server, see https://neilmitchell.blogspot.com/2020/09/dont-use-ghcide-anymore-directly.html
2020-10-05 20:56:34 +08:00
6b588d140a Bump :tools lsp
emacs-lsp/helm-lsp@4263c96 -> emacs-lsp/helm-lsp@fc09aa0
emacs-lsp/lsp-ivy@4cdb739 -> emacs-lsp/lsp-ivy@20cac62
emacs-lsp/lsp-mode@4145a70 -> emacs-lsp/lsp-mode@9a79593
emacs-lsp/lsp-ui@c39ae37 -> emacs-lsp/lsp-ui@2555204
joaotavora/eglot@5f873d2 -> joaotavora/eglot@61b71ea

A fix upstream gets rid of a (random) bug that forces users to restart
emacs. Specifically emacs-lsp/lsp-mode#2141.
2020-10-05 09:34:08 -03:00
9f6cb1a1b4 fix #4025
function was renamed in persp-mode
2020-10-05 12:17:59 +02:00
5b2b660eeb Bump :ui
Alexander-Miller/treemacs@027e03b -> Alexander-Miller/treemacs@6c00fe7
Bad-ptr/persp-mode.el@14325c1 -> Bad-ptr/persp-mode.el@c132efe
DarthFennec/highlight-indent-guides@a4f7714 -> DarthFennec/highlight-indent-guides@cf352c8
dimitri/switch-window@8710f63 -> dimitri/switch-window@277706b
ema2159/centaur-tabs@7e0332b -> ema2159/centaur-tabs@5453317
emacs-straight/minimap@d8850be -> emacs-straight/minimap@37a0200
hlissner/emacs-doom-themes@24023de -> hlissner/emacs-doom-themes@d6ee47d
hlissner/emacs-solaire-mode@cd63b67 -> hlissner/emacs-solaire-mode@d751c1c
jabranham/mixed-pitch@1cad46f -> jabranham/mixed-pitch@d305108
seagle0128/doom-modeline@ffbaaee -> seagle0128/doom-modeline@538017a

Fix #4023
2020-10-04 23:25:53 -04:00
01faa96992 Fix :tabn* ex command conflicts 2020-10-04 23:19:40 -04:00
ea35023765 Fix prefix arg for +workspace/new 2020-10-04 23:17:50 -04:00
a7c3c5a9d2 Remove org-format-latex-options :background hack
This will be fixed upstream soon, in solaire-mode.
2020-10-04 23:06:11 -04:00
6a30a11709 Fix #4023 (again): background mismatch for latex previews 2020-10-04 21:26:20 -04:00
4d42347032 Merge pull request #3841 from Ban3/enchant-spell
checkers/spell: add support for using enchant
2020-10-04 20:24:57 -04:00
b94b481f6f Merge pull request #4003 from ctjhoa/develop
Add SPC / in evil-bindings
2020-10-04 20:08:48 -04:00
42332c9631 Merge pull request #3995 from samwhitlock/develop
Adjusting org journal functions to new commands
2020-10-04 20:07:51 -04:00
7b56a5310a Merge pull request #3992 from rushsteve1/tear-off
Bind C-w T / SPC w T to tear-off-window
2020-10-04 20:04:45 -04:00
8dfefe82c8 Merge pull request #3991 from bottomtype/agda-lookup-handler
Add lookup handler to Agda module
2020-10-04 20:03:21 -04:00
9861773e66 Merge pull request #3917 from even4void/patch-1
Fix broken link
2020-10-04 20:02:11 -04:00
7fc385c60c Merge pull request #3980 from yangsheng6810/develop
Load yas when yas-activate-extra-mode is called
2020-10-04 19:54:03 -04:00
018a95cf32 Fix #4023: background mismatch for latex previews
A doom-load-theme-hook hook fixes the background of latex previews, but
by the time org is loaded, this hook will have long since triggered,
giving it no change to update its background, so we must run it at least
once, immediately.
2020-10-04 18:24:59 -04:00
38a5965704 Merge pull request #3938 from karvus/fix-spell-add-word-for-flyspell
Fix `+spell/add-word` when using flyspell
2020-10-04 17:05:29 -04:00
4165d4ff34 Merge pull request #3934 from theutz/add-org-journal-scheduled-entry-binding
Add `org-journal-new-scheduled-entry` Keybindings
2020-10-04 17:05:05 -04:00
87b6a1fa46 Merge pull request #3966 from gagbo/fix/bepo-evil-enhancements
:input layout bepo enhancements
2020-10-04 16:36:46 -04:00
2394e4124a Don't auto-close brain popup with ESC 2020-10-04 16:15:43 -04:00
385e3c20da Move +spell/add-word from zq -> zg
I misread the key that this functionality is on in vim.
2020-10-04 16:15:26 -04:00
4cc8884a2f lang/rust: mention "2015 edition" rustfmt error fix 2020-10-04 16:15:26 -04:00
ef1e6dd65c Add SPC / in evil-bindings
Add SPC / alias for "Search project" (SPC s p)

- Searching is one recurring action by developers

- Spacemacs has the same keybinding,
  so it close one gap between Spacemacs and Doom keybindings (#2542)

- It's consistent with SPC * "Search for symbol in projet"
  as it's Vim "*" and "/" equivalent but project-wide
2020-10-01 15:57:31 +02:00
1c55b33179 Add missing 'the' in Portal 2 quit message
When life gives you limes, make.. limenade??
2020-09-30 16:48:38 +02:00
1050ba83f0 Adjusting org journal functions to new commands
Silences some obsolescence warnings when navigating among entries
2020-09-29 19:10:58 +02:00
84f26e287b Add keybinding for tear-off-window
Added they Evil keybinding `SPC w T` for `tear-off-window` since that is a
fairly useful windowing function.
2020-09-28 08:23:54 -04:00
1fa4516cad add definition lookup handler to agda module 2020-09-28 02:10:29 +02:00
bb415adbe0 Load yas when yas-activate-extra-mode is called
Also load when yas-deactivate-extra-mode is called
2020-09-25 19:50:17 -05:00
04d08bdf5d Disable non-compatible binding 2020-09-23 00:43:48 +02:00
3d36670132 Add evil-org hooks 2020-09-21 23:58:34 +02:00
b452585da7 Lint 2020-09-21 10:14:33 +02:00
727f6afc2b Update Readme with new information 2020-09-21 10:05:07 +02:00
3c40fde075 [bepo] Use evil-collection over general for keys
evil-collection function for key translation actually keeps doing the
smart thing of deferring the actual call to the point where the keymaps
are defined. Therefore we avoid all the `(void-variable *-map)` errors
and the code is more robust/in line with evil-collection
2020-09-21 09:58:13 +02:00
3c736f441b [bepo] Split good and evil hooks
A few bindings and variables are useful for bepo users even without the
evil module activated
2020-09-21 09:55:19 +02:00