t-e-r-m
b632cbaa5c
Add projectile dired action in workspaces module
...
"open project in dired"
2020-08-19 17:37:00 +05:30
Henrik Lissner
55b87b3a94
bin/doom: source postscript instead
...
This way the postscript can refer to the doom script via "$0" and its
arguments via "$@" (making it easier for cli commands to rerun the last
command).
2020-08-18 20:32:34 -04:00
Ronan Arraes Jardim Chagas
e9d70c861a
Fix highlighting of operator <:
2020-08-18 21:26:41 -03:00
Ronan Arraes Jardim Chagas
739ca0fd42
Improve highlighting of Julia operators
2020-08-18 21:00:33 -03:00
Gerry Agbobada
71dd71d1aa
Fix evil-escape and C-r in ivy
2020-08-18 11:49:46 +02:00
Gerry Agbobada
089fe56079
Use simpler method to highlight nbsp
...
If it does not work on non-X builds we will fall back to the ergodis
method based on adding a font-lock class
2020-08-18 11:49:46 +02:00
Gerry Agbobada
473d41f889
Grammar
2020-08-18 11:49:46 +02:00
Gerry Agbobada
bfafcdfb0c
Set lispy-avy-keys as well
2020-08-18 11:49:45 +02:00
Gerry Agbobada
004a2c50fe
Complete readme and fix magit-status crhl keys
2020-08-18 11:49:45 +02:00
Gerry Agbobada
3ef2531356
Remove doom!-order dependency
...
The doom-init-modules-hook will do the work at the correct timing
2020-08-18 11:49:45 +02:00
Gerry Agbobada
911d7cb82c
Add support for bépo layout in a dedicated module
...
Evil is loaded too early to be able to wait for the
config.el file of a user to set the CR-rotation style variable.
2020-08-18 11:49:25 +02:00
Henrik Lissner
1c9918e61e
Ensure evil-collection doesn't load early
2020-08-17 18:00:46 -04:00
Jeetaditya Chatterjee
bfe7b55a97
doc/adding another trouble shooting step
...
As Ubuntu does not include mu4e with the mu package I added a step to
tell the use to install mu4e and add it to their load-path. I have also
added a find command to find the directories likely to have mu4e in them
2020-08-17 02:56:15 +01:00
Henrik Lissner
4ad9b764e1
tools/magit: only expand git path
...
On closer inspection it isn't necessary to expand the gitk and perl
executable paths, since a) gitk is a GUI application that doesn't get
called often enough (only once at a time) to warrant being optimized,
and b) magit uses it to set an envvar for git (so git itself handles
locating the executable internally -- much faster than Emacs can (esp
over TRAMP), so it only benefits us to expand magit-git-executable.
2020-08-15 12:31:59 -04:00
Henrik Lissner
10edc92bce
tools/magit: fix stringp error for missing executables
2020-08-15 12:18:26 -04:00
Henrik Lissner
5755754702
tools/magit: expand executable paths in remote repos too
...
Remote repos can benefit from ahead-of-time expansion of these paths
too; so Emacs doesn't have to search the remote PATH on every call.
2020-08-15 05:29:59 -04:00
Henrik Lissner
55642fc8bb
Bump :ui unicode
...
rolandwalker/unicode-fonts@7b88ae8 -> rolandwalker/unicode-fonts@e3942fe
2020-08-15 05:14:22 -04:00
Henrik Lissner
77f9cc53ae
magit-revision-insert-related-refs = nil
2020-08-15 05:14:21 -04:00
Henrik Lissner
e49b4a8123
tools/magit: speed up git calls in magit
...
But only for local repos.
2020-08-15 05:14:21 -04:00
Benoît C
e2eb42ab0e
Fix typo in :ui hydra
module readme
2020-08-15 01:01:54 -04:00
Henrik Lissner
ed8dca3c69
Bump :lang ess
...
emacs-ess/ESS@964bf64 -> emacs-ess/ESS@3c2fb63
Fix unexpected '>' in ">" error in ESS R repl.
2020-08-14 13:35:02 -04:00
Henrik Lissner
ff90fc82e6
Normalize keymaps on evil-org-mode
...
Fixes an issue where evil keybinds aren't in effect on just after
activating org-mode.
2020-08-14 13:35:02 -04:00
Henrik Lissner
14d9786360
Respect org-hierarchical-todo-statistics
2020-08-14 00:40:32 -04:00
Henrik Lissner
cbebbd5278
Fix #3746 : bin/doom hangs after tangling config
...
Because +literate-tangle-h wasn't returning non-nil in interactive
sessions.
2020-08-14 00:00:36 -04:00
Henrik Lissner
d02d78c3fa
Make find-file-in-project faster in large projects
2020-08-13 17:02:25 -04:00
Henrik Lissner
6e764ade2b
Add LSP/eglot support to +cc/reload-compile-db
2020-08-13 17:02:24 -04:00
Henrik Lissner
88b1d05a4a
tools/pdf: revise readme
2020-08-13 17:02:24 -04:00
Henrik Lissner
335af41b70
Bump :ui doom
...
hlissner/emacs-solaire-mode@380e01c -> hlissner/emacs-solaire-mode@cd63b67
2020-08-13 17:02:24 -04:00
Henrik Lissner
38a95f7e58
Bump :term vterm
...
akermu/emacs-libvterm@422ffe0 -> akermu/emacs-libvterm@797357b
akermu/emacs-libvterm#373 was merged
Fixes #3683
2020-08-13 17:02:15 -04:00
Henrik Lissner
3ce18233e1
Fix untargetable treemacs window from ace-window
2020-08-13 12:49:21 -04:00
Henrik Lissner
0b349bf1c0
ui/modeline: fix constant redisplay errors
...
Fixes a wrong-type-argument: stringp error emitted by the buffer-id
segment in :ui (modeline +light).
2020-08-13 03:05:50 -04:00
Henrik Lissner
577e8b8102
Excluse treemacs buffer from ace-window
...
This allows users to jump to treemacs with ace-window, but when opening
files from treemacs with treemacs-visit-node-ace-* commands (e.g. on
oaa) it doesn't make sense to open files in the treemacs window.
2020-08-12 20:58:41 -04:00
Henrik Lissner
93636c862b
Merge pull request #3706 from ymarco/evil-texx
...
Add evil-tex package to :lang latex
2020-08-12 15:25:42 -04:00
Henrik Lissner
01da9f68fe
Merge pull request #3708 from reedspool/develop+os-tty-doc-fix
...
Fix typo in new os/tty module readme
2020-08-12 15:25:20 -04:00
Henrik Lissner
ed21b7d043
Merge pull request #3711 from dlesl/develop
...
Enable native ligature support on emacs-28/mac
2020-08-12 15:25:09 -04:00
Henrik Lissner
a8ae1e8b8b
Merge pull request #3713 from pereiragc/patch-2
...
Update `org-gcal` repo link
2020-08-12 15:24:57 -04:00
Henrik Lissner
ca7a18f3c6
Bump :lang java
...
Groovy-Emacs-Modes/groovy-emacs-modes@cafdd98 -> Groovy-Emacs-Modes/groovy-emacs-modes@26da902
emacs-lsp/lsp-java@811760a -> emacs-lsp/lsp-java@2600162
Fixes #3737
2020-08-12 14:56:42 -04:00
Henrik Lissner
f5ba3d9498
config/literate: revise readme
2020-08-12 02:52:45 -04:00
Henrik Lissner
809eae331f
Fix #3732 : hard-to-see flycheck indicators
...
A temporary measure until I've sorted out custom faces for this module.
It solves difficult-to-see icons in the flycheck segment on some
themes (e.g. doom-molokai).
2020-08-12 02:52:00 -04:00
Henrik Lissner
6cf5d72ff6
Generalize LSP optimizations to include eglot
2020-08-12 00:34:09 -04:00
Henrik Lissner
50f1391e86
Fix #3274 : don't chain checkers to LSP
...
Reverts 8ecec82
2020-08-12 00:34:01 -04:00
Henrik Lissner
8fc82cacdb
Bump :ui doom
...
hlissner/emacs-doom-themes@e803fc4 -> hlissner/emacs-doom-themes@8a5538e
hlissner/emacs-solaire-mode@d3e8f9e -> hlissner/emacs-solaire-mode@380e01c
2020-08-12 00:33:48 -04:00
Henrik Lissner
08e5b8535a
ui/workspaces: don't persist TRAMP buffers
...
They're too slow to restore.
2020-08-11 20:53:12 -04:00
Henrik Lissner
03162466c6
Fix fix for #3731
...
Get fixed.
See ab3376869
2020-08-11 19:22:32 -04:00
Henrik Lissner
ab3376869d
Fix #3731 : fix dap-java keybinds
2020-08-11 19:19:01 -04:00
Henrik Lissner
64dfc709bf
Fix #3729 : config.org not getting tangled
...
Because the wrong file is being inserted into the temporary org buffer,
org never finds anything to tangle!
2020-08-11 14:00:33 -04:00
Henrik Lissner
95c5ebc01a
Fix #3726 : respect +magit-open-windows-in-direction
...
Also fixes an issue where `q` would not delete a magit-dedicated split
window (leaving duplicate magit-status windows about).
2020-08-11 13:48:12 -04:00
Benoit Bovy
529c047310
fix python-pytest-popup
...
It is now obsolete, it has been renamed in
ee61741d4e
2020-08-10 15:05:54 +02:00
Gustavo
7d3a23e53f
Update org-gcal
repo link
...
Link to actually mantained `org-gcal` repo
2020-08-09 19:14:31 -03:00
dlesl
6f51f062a7
Enable native ligature support on emacs-28/mac
2020-08-09 16:13:23 +02:00