Commit Graph

14697 Commits

Author SHA1 Message Date
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
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
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
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
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
289369f191 checkers/spell: fix default ispell dict
Changes the default ispell dictionary from "en" to "english" since the
former isn't actually a default dictionary name listed in ispell. See
9f30a6b1a4/lisp/textmodes/ispell.el (L471)

Otherwise, enabling checkers/spell doesn't do anything even if aspell and the
aspell-en dictionary are installed according to the module README file.
2020-09-29 01:19:31 -07: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
0769b47cc8 Fix 'doom purge' not purging straight builds 2020-09-19 14:43:53 -04:00
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
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
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
5b13c913eb Add scheduled entry evil binding
For `org-journal-new-scheduled-entry`.
2020-09-13 22:52:42 +03:00
f460a461d8 Add scheduled entry keybinding
For `org-journal-new-scheduled-entry` in normal emacs bindings.
2020-09-13 22:52:42 +03:00
1456108d5b Fix #3888: fall back to org-journal-is-journal
Closes #3925
2020-09-10 18:03:32 -04:00
ce9162647d cli/env: blacklist SHLVL & comment default blacklist 2020-09-10 18:03:32 -04:00
021a2d3c64 modules/checkers/spell: remove tex option
It causes aspell 0.60.8 to fail with message `the key "check-tex-comments" is unknown`.
2020-09-09 23:04:38 +02:00
chl
4cc84ecd25 Fix broken link 2020-09-09 17:14:53 +02:00
8bd4e1f692 Added warning for clang-format in doom doctor.
Code formatting in Java doesn't work without clang-format, but no
warning is shown in `doom doctor`.
2020-09-07 15:34:43 +02:00
273b5370a5 Larger link. Fitt's law
Works grammatically too
2020-09-07 13:53:04 +02:00
Chr
5c6a577303 Fix installation instructions for Archlinux in direnv/README.org 2020-09-05 10:19:00 +03:00
c2e9211776 Merge pull request #3892 from The-Compiler/patch-1
Fix typo in nav-flash README
2020-09-05 01:55:51 -04:00
62599cb5f9 Merge pull request #3885 from NickHackman/fix-typo-ivy-documentation
Fix typo Ivy README.org
2020-09-05 01:55:34 -04:00
4cecb22f37 Merge pull request #3884 from ericdallo/bump-dart
Bump :lang dart
2020-09-05 01:52:32 -04:00
7dbcd19453 Fix typo in nav-flash README 2020-09-04 20:52:21 +02:00
64444ac2e7 Fix typo Ivy README.org
Removed extraneous `)`.
2020-09-02 18:34:47 -04:00
b54cf0fe7e Bump :lang dart
emacs-lsp/lsp-dart@437c548 -> emacs-lsp/lsp-dart@9036e4b
ericdallo/hover.el@6f9ed1a -> ericdallo/hover.el@079efb1
2020-09-02 17:14:11 -03:00
ae3a2fa8c2 doom-info: use &nopath prefix for 404'd modules
The alternative is a stringp error.
2020-09-02 14:23:11 -04:00
b0cd0e5efe Change scope of +spell/add-word with universal arg
C-u +spell/add-word -> add word for current buffer
C-u C-u +spell/add-word -> add word for session buffer
2020-09-02 14:07:22 -04:00
3963b83e2a checkers/spell: update readme 2020-09-02 14:07:10 -04:00
91c1e705e6 checkers/spell: add add/remove word & next/prev error commands
So both spell-fu and flyspell users have a more consistent interface.
2020-09-02 13:58:27 -04:00
5de263f6a4 Bump :lang common-lisp
joaotavora/sly@155cb06 -> joaotavora/sly@34239bc

And chain sly packages together, so disabling sly will disable them all.
2020-09-02 13:54:12 -04:00
73565f1041 Only expand emmet snippets if at word boundary
Makes emmet a little less aggressive on TAB.

Addresses #3383
2020-09-01 19:35:54 -04:00
5940d931f4 Fix "read only variable" errors on doom {sync,upgrade}
Relevant to #3844
2020-09-01 15:32:01 -04:00
c849db6417 Fix link in gettting_started.org
Original link to company module in section "Writing your own modules" was pointing to a malformed path. This changes it to point to the correct path of the company module readme.
2020-09-01 12:27:14 -04:00
c55391d4ac Merge pull request #3876 from flatwhatson/no-native-compile
Allow :no-native-compile in package recipes
2020-09-01 06:59:33 -04:00
851d11db02 Merge pull request #3869 from t-e-r-m/dired-aux-200829
configure dired-aux variables
2020-09-01 06:59:23 -04:00
f15b36e818 Merge pull request #3864 from akheron/develop
Upgrade tide, enable xref-tide-xref-backend
2020-09-01 06:59:07 -04:00