Commit Graph

9234 Commits

Author SHA1 Message Date
b51a0cabb9 Merge pull request #4284 from sei40kr/fix-skk-loading
input/japanese: Do not eval skk-mode-exit if ddskk not loaded
2020-11-20 15:28:58 -05:00
a14a38cc5b Merge pull request #4283 from darth10/fix/which-key-god-mode-support
Enable god-mode support for which-key if required
2020-11-20 15:28:37 -05:00
4dab595ad3 Minor refactors & comment revision 2020-11-20 14:10:29 -05:00
0d6c32ff25 Fix #4288: no which-key label for TeX-view 2020-11-20 14:10:29 -05:00
1765dc8299 Correct ascii banner alignment
Closes #4289
2020-11-20 14:10:28 -05:00
db7926a1bd Do not eval skk-mode-exit if ddskk not loaded 2020-11-19 22:47:54 +09:00
53f8e8b249 Enable god-mode support for which-key if required
Signed-off-by: Akhil Wali <akhil.wali.10@gmail.com>
2020-11-19 19:06:10 +13:00
42cb866f50 Bump :editor god
emacsorphanage/god-mode@ad2e674 -> emacsorphanage/god-mode@f51c8f6

Signed-off-by: Akhil Wali <akhil.wali.10@gmail.com>
2020-11-19 19:06:09 +13:00
110d70bdff Merge pull request #4274 from EoinDoherty/racket-unicode
Remove unicode input mode default from Racket REPL
2020-11-19 00:50:57 -05:00
c0033fbc6d Merge pull request #4282 from samwhitlock/develop
Adding doc update for cmake-language-server
2020-11-19 00:50:23 -05:00
00b370fdc6 ui/workspaces: persp-local winner-mode history 2020-11-19 00:44:16 -05:00
86c2f05252 Refactor doom-dashboard-draw-ascii-banner-fn 2020-11-19 00:44:16 -05:00
03fe396eea Move +default/{find-in,browse}-emacsd to core lib
Renamed them to:

+ doom/find-file-in-emacsd
+ doom/browse-in-emacsd
2020-11-19 00:44:16 -05:00
892493741f term/eshell: add syntax highlighting 2020-11-19 00:44:15 -05:00
db2ad0828c Adding doc update for cmake-language-server 2020-11-18 06:25:36 +01:00
315ae16240 Add lookup-documentation handler for cmake-mode
Closes #4277

Co-authored-by: Sam Whitlock <samwhitlock@users.noreply.github.com>
2020-11-17 12:46:10 -05:00
5233042f4a Add lsp support to cmake-mode 2020-11-17 12:46:10 -05:00
6f3f4de46d Fix #4279: runaway duplication in eshell-command-aliases-list 2020-11-17 12:46:10 -05:00
db66b8af31 Omit .git from projectile-find-file & ocunsel-file-jump 2020-11-16 20:10:26 -05:00
51744ce294 Fix #4180: omit .git from file searches 2020-11-16 20:00:07 -05:00
29d8f44254 Add comments 2020-11-16 19:27:39 -05:00
cfcd010cd6 Revert ivy-magic-slash-non-match-action to nil 2020-11-16 19:26:27 -05:00
44a6c9b2c8 Fix oversized company-box scrollbars 2020-11-16 19:19:43 -05:00
b61096578a Hide tab-bar line in company-box frames 2020-11-16 19:18:56 -05:00
d6ef43a563 C-s = company-filter-candidates in company-active-map
Incrementally filter the candidates list, rather than restart it.
2020-11-15 22:00:56 -05:00
befb2baeda Introduce +doom-dashboard-ascii-banner-fn setting 2020-11-15 09:49:30 -05:00
aa02dc14a4 Bump :tools debugger lsp
emacs-lsp/dap-mode@400ec52 -> emacs-lsp/dap-mode@09a562f
emacs-lsp/lsp-ivy@20cac62 -> emacs-lsp/lsp-ivy@c70ee8b
emacs-lsp/lsp-mode@fb4c35c -> emacs-lsp/lsp-mode@af1ad22
emacs-lsp/lsp-ui@2555204 -> emacs-lsp/lsp-ui@b1693d6
joaotavora/eglot@61b71ea -> joaotavora/eglot@2172641
tumashu/posframe@a99da9f -> tumashu/posframe@395aca9

Fix #4213
2020-11-14 18:42:31 -05:00
911d0a2732 Remove racket repl unicode input hook 2020-11-14 15:59:58 -07:00
2d40264158 Merge pull request #4262 from iwahbe/spell-fix-without-aspell
Fix behaviour without aspell
2020-11-14 15:06:27 -05:00
523ced6e9a Fix #4127: arrayp error on some snippets via +snippets/edit 2020-11-14 14:16:01 -05:00
a14fb64c0c Fix #4268: off-by-one region on double-click 2020-11-14 13:58:57 -05:00
f40a2e1ed7 lang/org: apply +org--fix-async-export-a to org-export-as 2020-11-14 13:52:11 -05:00
ecca37b07b Bump :tools direnv
purcell/envrc@da8e306 -> purcell/envrc@18caf51

envrc-mode now provides its own envrc file major mode with basic syntax highlighting.
2020-11-14 13:05:28 -05:00
da54fa98ce Fix #4271: prevent file-templates in org-capture 2020-11-14 12:57:29 -05:00
a31dced7bc Requested changes -- move defvar to preface
We can now remove the redundant hack.
2020-11-13 20:51:54 +01:00
3265c25821 Bump :lang erlang
erlang/otp@36b4ba4 -> erlang/otp@8efb945
2020-11-13 13:11:34 -05:00
62c1e5b6c9 Bump :checkers syntax
flycheck/flycheck@cd8e0a2 -> flycheck/flycheck@79c9245

Fixes #4264: flycheck-rebar3 moved into flycheck
2020-11-13 13:11:34 -05:00
120530e353 Bump :lang lua
technomancy/fennel-mode@a395437 -> technomancy/fennel-mode@7a8824a

Fixes #4263: invalid repl handler for fennel-mode
2020-11-13 13:11:33 -05:00
ea16bb66c3 Fix behaviour without aspell
If aspell (or a spell-fu acceptable equivalent) warn the user. If it
failed to bind +spell-correct-interface, and bind that.

Remove previous hack. It prevents use of +spell/correct if spell-fu does
not try to highlight a word. This is extreamly common is docstrings, for
example. I think having +spell/correct should check any word it is
called upon, even without general text highlighting.
2020-11-13 15:37:20 +01:00
2bf73ee34c [:lang cc] Add LSP configuration snippets 2020-11-13 01:35:54 +01:00
f7293fb67e Fix #4208: aborting direnv shouldn't abort find-file 2020-11-11 20:33:27 -05:00
1d766bf873 Merge pull request #4255 from RBckmnn/OrgRoamDbLocation
Do not overwrite user's value of org-roam-db-location
2020-11-11 14:25:45 -05:00
16a165279b Merge pull request #4254 from brianmcgillion/remove_dep
:lang org: (+roam) Replace deprecated functions
2020-11-11 14:25:29 -05:00
f3a4c27aac Do not overwrite org-roam-db-location 2020-11-11 18:35:54 +01:00
6225cc5337 :lang org: (+roam) Replace deprecated functions
Update to the latest functions - after the following commit:
https://github.com/org-roam/org-roam/commit/47e83f7d

Org-Roam-Dailies deprecated the older forms of the functions
and replaced with the new constructs.

Signed-off-by: Brian McGillion <brian@ssrc.tii.ae>
2020-11-11 20:02:30 +04:00
338be4f212 Fix 404 link. 2020-11-11 12:33:30 +00:00
3bdb9ad6c0 Bump :completion
abo-abo/swiper@b65e401 -> abo-abo/swiper@6a22192
company-mode/company-mode@5f5949b -> company-mode/company-mode@dd92593
emacs-helm/helm@19d2ba9 -> emacs-helm/helm@5ad6c83
ericdanan/counsel-projectile@77392cb -> ericdanan/counsel-projectile@06b03c1
lewang/flx@05600ff -> lewang/flx@647cb2f
raxod502/prescient.el@0c5d611 -> raxod502/prescient.el@41443e1
tumashu/ivy-posframe@b4fed55 -> tumashu/ivy-posframe@58ddf8c
tumashu/posframe@5696463 -> tumashu/posframe@395aca9
2020-11-10 18:36:48 -05:00
a68b49a98e Append evil cursor color init hooks
Makes it easier for users to add their own customizations to the cursor
before this fires.
2020-11-10 18:36:48 -05:00
3253f7c86a Bump :editor evil
emacs-evil/evil-collection@a21725f -> emacs-evil/evil-collection@52b6479
emacs-evil/evil@373a57e -> emacs-evil/evil@d6cf668
redguardtoo/evil-nerd-commenter@b670f69 -> redguardtoo/evil-nerd-commenter@563cdc1
2020-11-10 18:36:48 -05:00
d45155aec8 tools/direnv: only run direnv once per buffer
Halves the time direnv integration takes to initialize.
2020-11-10 18:36:47 -05:00