Commit Graph

14727 Commits

Author SHA1 Message Date
Henrik Lissner
03c6a352bf
Ensure site subdirs.el are loaded 2020-11-20 14:10:29 -05:00
Henrik Lissner
4dab595ad3
Minor refactors & comment revision 2020-11-20 14:10:29 -05:00
Henrik Lissner
0d6c32ff25
Fix #4288: no which-key label for TeX-view 2020-11-20 14:10:29 -05:00
Henrik Lissner
1765dc8299
Correct ascii banner alignment
Closes #4289
2020-11-20 14:10:28 -05:00
Henrik Lissner
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
Henrik Lissner
890448add5
Merge pull request #4280 from hanmertens/comp-jupyter
Prevent native compilation for emacs-jupyter
2020-11-19 00:50:35 -05:00
Henrik Lissner
c0033fbc6d
Merge pull request #4282 from samwhitlock/develop
Adding doc update for cmake-language-server
2020-11-19 00:50:23 -05:00
Henrik Lissner
e1c9145a5d
Run after-setting-font-hook after fontset config
Helps #3298
2020-11-19 00:44:16 -05:00
Henrik Lissner
00b370fdc6
ui/workspaces: persp-local winner-mode history 2020-11-19 00:44:16 -05:00
Henrik Lissner
86c2f05252
Refactor doom-dashboard-draw-ascii-banner-fn 2020-11-19 00:44:16 -05:00
Henrik Lissner
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
Henrik Lissner
892493741f
term/eshell: add syntax highlighting 2020-11-19 00:44:15 -05:00
Sam Whitlock
db2ad0828c Adding doc update for cmake-language-server 2020-11-18 06:25:36 +01:00
Han Mertens
a56f58d4ab Prevent native compilation for emacs-jupyter
Something in jupyter-channel.el does not get compiled correctly and
raises void-variable jupyter-channel errors.
2020-11-17 20:48:34 +01:00
Henrik Lissner
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
Henrik Lissner
5233042f4a
Add lsp support to cmake-mode 2020-11-17 12:46:10 -05:00
Henrik Lissner
6f3f4de46d
Fix #4279: runaway duplication in eshell-command-aliases-list 2020-11-17 12:46:10 -05:00
Henrik Lissner
d21b4e643d
Merge pull request #4276 from flatwhatson/without-editor
Add with-editor.el to the compilation black-list
2020-11-16 20:22:02 -05:00
Henrik Lissner
67157a0e19
Merge pull request #4275 from flatwhatson/kill-build
Bootstrap trampolines to prevent doom build hang
2020-11-16 20:21:03 -05:00
Henrik Lissner
c6b80a598e
Un-ignore .gitignore & .github 2020-11-16 20:11:23 -05:00
Henrik Lissner
db66b8af31
Omit .git from projectile-find-file & ocunsel-file-jump 2020-11-16 20:10:26 -05:00
Henrik Lissner
51744ce294
Fix #4180: omit .git from file searches 2020-11-16 20:00:07 -05:00
Henrik Lissner
427d38008b
Overwrite yes-or-no-p instead of advise it
+ Some snippets libraries assume this instead of the advise, causing
  errors.
+ Advising a C function may have implications when its uses are
  natively compiled.
2020-11-16 19:29:41 -05:00
Henrik Lissner
8ffc9ba429
Disable so-long if visual-line-mode is enabled
Long lines are very common in text modes where visual-line-mode is
enabled.
2020-11-16 19:29:32 -05:00
Henrik Lissner
29d8f44254
Add comments 2020-11-16 19:27:39 -05:00
Henrik Lissner
cfcd010cd6
Revert ivy-magic-slash-non-match-action to nil 2020-11-16 19:26:27 -05:00
Henrik Lissner
d6b26aaca6
Move .dir-locals.el to root
So all org files in $EMACSDIR are read-only when first opened.
2020-11-16 19:26:07 -05:00
Henrik Lissner
8999719852
window-resize-pixelwise = nil
Causes crashes and freezing in some cases where window are resized too
quickly/rapidly.

May address #3868
2020-11-16 19:24:13 -05:00
Henrik Lissner
44a6c9b2c8
Fix oversized company-box scrollbars 2020-11-16 19:19:43 -05:00
Henrik Lissner
b61096578a
Hide tab-bar line in company-box frames 2020-11-16 19:18:56 -05:00
Andrew Whatson
e9394c7c06 Add with-editor.el to the compilation black-list 2020-11-16 14:52:41 +10:00
Andrew Whatson
196bb04088 Bootstrap trampolines to prevent doom build hang
This is a workaround for 'doom build' hanging on native-comp Emacs when
run with an empty cache.  We're effectively automating the process of
killing 'doom build' and trying again.
2020-11-16 14:07:34 +10:00
Henrik Lissner
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
Henrik Lissner
befb2baeda
Introduce +doom-dashboard-ascii-banner-fn setting 2020-11-15 09:49:30 -05:00
Henrik Lissner
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
Eoin Doherty
911d0a2732 Remove racket repl unicode input hook 2020-11-14 15:59:58 -07:00
Henrik Lissner
2d40264158
Merge pull request #4262 from iwahbe/spell-fix-without-aspell
Fix behaviour without aspell
2020-11-14 15:06:27 -05:00
Henrik Lissner
523ced6e9a
Fix #4127: arrayp error on some snippets via +snippets/edit 2020-11-14 14:16:01 -05:00
Henrik Lissner
ed1996e6f9
Reformat map! docstring
Mention correct placement of state keyword.
2020-11-14 14:02:07 -05:00
Henrik Lissner
a14fb64c0c
Fix #4268: off-by-one region on double-click 2020-11-14 13:58:57 -05:00
Henrik Lissner
969e6486f6
Apply customized faces sooner 2020-11-14 13:57:34 -05:00
Henrik Lissner
472ec52481
Use global-hl-line-mode instead of hl-line
It's easier for users to remove one hook than to remove four, and Emacs
users tend to expect global-hl-line-mode, but not hl-line-mode.
2020-11-14 13:57:00 -05:00
Henrik Lissner
f40a2e1ed7
lang/org: apply +org--fix-async-export-a to org-export-as 2020-11-14 13:52:11 -05:00
Henrik Lissner
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
Henrik Lissner
da54fa98ce
Fix #4271: prevent file-templates in org-capture 2020-11-14 12:57:29 -05:00
Ian Wahbe
a31dced7bc Requested changes -- move defvar to preface
We can now remove the redundant hack.
2020-11-13 20:51:54 +01:00
Henrik Lissner
3265c25821
Bump :lang erlang
erlang/otp@36b4ba4 -> erlang/otp@8efb945
2020-11-13 13:11:34 -05:00
Henrik Lissner
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
Henrik Lissner
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
Henrik Lissner
0136a238be
Merge pull request #4260 from gagbo/docs/cc_lsp
[:lang cc] Add LSP configuration snippets
2020-11-13 13:11:03 -05:00