Steven vanZyl
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
Steven vanZyl
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
Steven vanZyl
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
Henrik Lissner
01faa96992
Fix :tabn* ex command conflicts
2020-10-04 23:19:40 -04:00
Henrik Lissner
ea35023765
Fix prefix arg for +workspace/new
2020-10-04 23:17:50 -04:00
Henrik Lissner
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
Henrik Lissner
6a30a11709
Fix #4023 (again): background mismatch for latex previews
2020-10-04 21:26:20 -04:00
Henrik Lissner
4d42347032
Merge pull request #3841 from Ban3/enchant-spell
...
checkers/spell: add support for using enchant
2020-10-04 20:24:57 -04:00
Henrik Lissner
b94b481f6f
Merge pull request #4003 from ctjhoa/develop
...
Add SPC / in evil-bindings
2020-10-04 20:08:48 -04:00
Henrik Lissner
42332c9631
Merge pull request #3995 from samwhitlock/develop
...
Adjusting org journal functions to new commands
2020-10-04 20:07:51 -04:00
Henrik Lissner
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
Henrik Lissner
8dfefe82c8
Merge pull request #3991 from bottomtype/agda-lookup-handler
...
Add lookup handler to Agda module
2020-10-04 20:03:21 -04:00
Henrik Lissner
9861773e66
Merge pull request #3917 from even4void/patch-1
...
Fix broken link
2020-10-04 20:02:11 -04:00
Henrik Lissner
eb720c86d6
Merge pull request #4016 from harryvederci/patch-1
...
Fix conflicting text formats in "getting started" steps.
2020-10-04 20:00:01 -04:00
Henrik Lissner
3fef7471fa
Merge pull request #3878 from smsegal/patch-1
...
Fix link in gettting_started.org
2020-10-04 19:54:31 -04:00
Henrik Lissner
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
Henrik Lissner
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
Henrik Lissner
603a11569b
Ignore dotfiles in root
...
Closes #3947
2020-10-04 17:05:46 -04:00
Henrik Lissner
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
Henrik Lissner
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
Henrik Lissner
87b6a1fa46
Merge pull request #3966 from gagbo/fix/bepo-evil-enhancements
...
:input layout bepo enhancements
2020-10-04 16:36:46 -04:00
yanekm
19811b1dce
minor fixes ( #3957 )
...
* minor typo fixes
* Refill corrected paragraph
Co-authored-by: Henrik Lissner <accounts@v0.io>
2020-10-04 16:34:54 -04:00
Henrik Lissner
2394e4124a
Don't auto-close brain popup with ESC
2020-10-04 16:15:43 -04:00
Henrik Lissner
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
Henrik Lissner
4cc8884a2f
lang/rust: mention "2015 edition" rustfmt error fix
2020-10-04 16:15:26 -04:00
Harry Prins
40898b34bf
Remove conflicting formats
...
Remove fat formatting that interferes with inner monospace/code formatted text.
This caused "=" and "~" signs to be displayed (at least in the browser, on the github readme page).
2020-10-03 17:49:19 +01:00
Camille TJHOA
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
Sam Whitlock
1050ba83f0
Adjusting org journal functions to new commands
...
Silences some obsolescence warnings when navigating among entries
2020-09-29 19:10:58 +02:00
Steven vanZyl
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
bottomtype
1fa4516cad
add definition lookup handler to agda module
2020-09-28 02:10:29 +02:00
Sheng Yang
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
Gerry Agbobada
04d08bdf5d
Disable non-compatible binding
2020-09-23 00:43:48 +02:00
Gerry Agbobada
3d36670132
Add evil-org hooks
2020-09-21 23:58:34 +02:00
Gerry Agbobada
b452585da7
Lint
2020-09-21 10:14:33 +02:00
Gerry Agbobada
727f6afc2b
Update Readme with new information
2020-09-21 10:05:07 +02:00
Gerry Agbobada
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
Gerry Agbobada
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
Henrik Lissner
0769b47cc8
Fix 'doom purge' not purging straight builds
2020-09-19 14:43:53 -04:00
Henrik Lissner
a6dc6275f8
Fix #3960 : make prefix arg consistent in +default/search-project
...
Is documented to include ignored/hidden files in the search result, but
would prompt for another project instead.
2020-09-19 14:40:11 -04:00
Henrik Lissner
e2658052af
tools/debugger: fix rust debugger
...
Was waiting for rust-mode, when it should be waiting for rustic-mode.
2020-09-19 14:22:52 -04:00
Thomas Stenhaug
90b330bbc5
Fix +spell/add-word
when using flyspell
...
``+spell/add-word`` expects `flyspell-get-word` to return as a string
the current word. Instead, it returns a list of the form
`(<word> <start-pos> <end-pos>)`.
2020-09-14 13:02:35 +02:00
Michael Utz
5b13c913eb
Add scheduled entry evil binding
...
For `org-journal-new-scheduled-entry`.
2020-09-13 22:52:42 +03:00
Michael Utz
f460a461d8
Add scheduled entry keybinding
...
For `org-journal-new-scheduled-entry` in normal emacs bindings.
2020-09-13 22:52:42 +03:00
Henrik Lissner
1456108d5b
Fix #3888 : fall back to org-journal-is-journal
...
Closes #3925
2020-09-10 18:03:32 -04:00
Henrik Lissner
ce9162647d
cli/env: blacklist SHLVL & comment default blacklist
2020-09-10 18:03:32 -04:00
chl
4cc84ecd25
Fix broken link
2020-09-09 17:14:53 +02:00
Henrik Lissner
c2e9211776
Merge pull request #3892 from The-Compiler/patch-1
...
Fix typo in nav-flash README
2020-09-05 01:55:51 -04:00
Henrik Lissner
62599cb5f9
Merge pull request #3885 from NickHackman/fix-typo-ivy-documentation
...
Fix typo Ivy README.org
2020-09-05 01:55:34 -04:00
Henrik Lissner
4cecb22f37
Merge pull request #3884 from ericdallo/bump-dart
...
Bump :lang dart
2020-09-05 01:52:32 -04:00
Florian Bruhin
7dbcd19453
Fix typo in nav-flash README
2020-09-04 20:52:21 +02:00