Henrik Lissner
b8b51cee7b
Simplify after!
...
The featurep check is redundant. eval-after-load does it too.
2021-02-24 18:28:23 -05:00
Henrik Lissner
eae7ca2c57
term/eshell: alias cdp to cd-to-project
2021-02-24 18:27:45 -05:00
Henrik Lissner
d52abd37f7
Fix #4691 : half revert 7e9911f642
...
Seems this was not fixed upstream.
2021-02-24 18:06:30 -05:00
Henrik Lissner
7f6bcb8616
tools/lsp: allow +lsp-prompt-to-install-server = 'quiet
2021-02-24 18:06:30 -05:00
Henrik Lissner
3e32379f54
ui/zen: add +zen/toggle{,-fullscreen} commands
...
A more reliable "Distraction-free" fullscreen mode.
2021-02-24 18:06:30 -05:00
Henrik Lissner
14d341530a
tools/eval: always eval elisp in current session
...
If you used an +eval/* command from a non-emacs-lisp-mode buffer,
quickrun would prompt you for a program to evaluate the code with. If
you selected "emacs" the code would evaluate in an external Emacs
process and return displayed output (stdout).
This commit changes +eval/buffer, +eval/region, and
+eval/region-and-replace (and all the other +eval commands that use
them) to evaluate code in the current session instead.
2021-02-24 18:06:30 -05:00
Henrik Lissner
ac9e716018
Merge pull request #4690 from jcf/enable-disabling-of-magit-gitflow
...
Enable disabling of magit-gitflow
2021-02-24 17:31:30 -05:00
James Conroy-Finn
2cf91badf8
Enable disabling of magit-gitflow
...
Disabling magit-gitflow breaks magit-dispatch due to the unconditional
application of `transient-replace-suffix`.
With this change it is possible to disable magit-gitflow by adding the
following to your private Doom configuration:
(package! magit-gitflow :disable t)
2021-02-24 21:52:11 +00:00
Ellis Kenyő
473f4b1e12
Improved Helm module ( #4561 )
...
* Improved Helm module
+ Added README
+ Added posframe
+ Added icons
* Requested changes
* Remove helm-posframe and merge upstream
* Removed redundant line
2021-02-24 11:02:32 -05:00
Henrik Lissner
71281bb52e
Merge pull request #4675 from samspills/scala-open-repl
...
+scala/open-repl don't kill non-existant sbt buffer
2021-02-24 11:00:17 -05:00
Rudi Grinberg
ae75b1e6a8
Purescript mode improvements ( #4683 )
...
* Purescript mode improvements
- Add keybindings
- Enable flycheck
- Add psci based repl
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
* address review
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
* address review
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
2021-02-24 01:22:24 -05:00
Henrik Lissner
35b3e6023e
ui/emoji: correct #+SINCE in readme
2021-02-24 01:13:53 -05:00
Henrik Lissner
f7538710d8
Bump :lang org
...
Kungsgeten/org-brain@f7939ef -> Kungsgeten/org-brain@e9b9b3e
abo-abo/org-download@97bec74 -> abo-abo/org-download@947ca22
bastibe/org-journal@c083648 -> bastibe/org-journal@f4b1549
emacs-straight/org-mode@d21d200 -> emacs-straight/org-mode@9e98e9a7
fuxialexander/org-pdftools@bcf0084 -> fuxialexander/org-pdftools@a5b61bc
integral-dw/org-superstar-mode@7f83636 -> integral-dw/org-superstar-mode@9d64c42
jkitchin/ox-clip@f5eac28 -> jkitchin/ox-clip@38b83ac
kaushalmodi/ox-hugo@6bc8ee0 -> kaushalmodi/ox-hugo@04f41ca
nnicandro/emacs-jupyter@360cae2 -> nnicandro/emacs-jupyter@6ce8d01
oer/org-re-reveal@47339ef -> oer/org-re-reveal@18a245
org-roam/org-roam@15d864a -> org-roam/org-roam@b0fd126
takaxp/org-tree-slide@d6e8e91 -> takaxp/org-tree-slide@04b5a9d
Closes #4540
Closes #4556
2021-02-24 01:12:53 -05:00
Henrik Lissner
813f5da263
lang/sh: use (wo)man for docs lookup handler
...
i.e. Press K to look symbol at point up in man pages.
2021-02-23 20:32:34 -05:00
ghost-420
d2a5d2f2aa
[doc: modules/lang/cc] Readability improvements ( #4637 )
...
* Readability improvements
NOTE: Projects are assumed to be under a non-root user. If there's a use case for keeping projects under root, let me know.
* Update README.org
* Update README.org
pushd & popd aren't existent in POSIX shell.
* Update README.org
Can't git clone if directory already exists.
* Update README.org
clang-tools NOTE seems to be inaccurate. Opt for minimal dependencies required by default instead.
* Update README.org
👀
* Update README.org
*Can* run the code blocks through Emacs if desired.
* Remove babel parameters
These would be better in `#+PROPERTY: ...`s in the header or our global `.dir-locals.el`, but no standard has been designed for it yet, so omit them until one exists.
Co-authored-by: Henrik Lissner <accounts@v0.io>
2021-02-23 19:51:47 -05:00
Henrik Lissner
311d492c77
Merge pull request #4663 from dabrahams/patch-3
...
Full-throated recommendation of emacs-mac
2021-02-23 19:43:16 -05:00
Henrik Lissner
5c016fa28d
Merge pull request #4667 from kuba-orlik/patch-1
...
Remove the custom org-priority-regexp
2021-02-23 19:40:38 -05:00
Henrik Lissner
8f3a9d5fda
Merge pull request #4653 from dabrahams/patch-1
...
Fix a broken link
2021-02-23 19:39:45 -05:00
Henrik Lissner
d5317b0c7c
Merge pull request #4678 from elken/eshell-termname
...
Set default eshell TERM
2021-02-23 19:38:46 -05:00
Henrik Lissner
4c773c592b
Merge pull request #4654 from dabrahams/patch-2
...
Title the Module Index "Module Index"
2021-02-23 19:37:48 -05:00
Henrik Lissner
b8ef501572
Bump evil-textobj-anyblock
...
noctuid/evil-textobj-anyblock@ff00980f -> willghatch/evil-textobj-anyblock@29280cd
Moved to PR to fix noctuid/evil-textobj-anyblock#12
We will move to targets.el in the future once it's more mature.
2021-02-23 19:21:50 -05:00
Henrik Lissner
972796913e
Move meghanada-mode to java-mode-local-vars-hook
...
Prevents org src blocks aggressively trying to activate meghanada-mode
multiple times, causing undue slowness.
2021-02-23 19:21:50 -05:00
Henrik Lissner
fb0835bfac
Merge pull request #4670 from dabrahams/patch-4
...
Update instructions for Chemacs2
2021-02-23 15:04:15 -05:00
Ellis Kenyő
7ec18961b0
Migrate term to variable and add README note
2021-02-23 19:38:31 +00:00
Henrik Lissner
4224fc4f4d
Merge pull request #4682 from flatwhatson/geiser-lookup
...
Add lookup handler for geiser-repl-mode
2021-02-23 14:36:56 -05:00
Andrew Whatson
d06e37ff72
Add lookup handler for geiser-repl-mode
2021-02-23 08:48:56 +10:00
Ellis Kenyő
67ca6b8bd8
Set default eshell TERM
2021-02-22 06:29:57 +00:00
Henrik Lissner
3f4cc77d2a
Register emacs-everywhere-mode with yasnippet
...
So users can define snippets for this minor mode.
2021-02-21 14:44:59 -05:00
Henrik Lissner
3894611a8f
Minor comment revision
2021-02-21 14:44:59 -05:00
Henrik Lissner
1a92dcab7e
Blacklist XAUTHORITY from envvar files
...
XAUTHORITY is likely to become stale if persisted across sessions.
2021-02-21 14:44:59 -05:00
Henrik Lissner
e2784d6f4f
lang/csharp: add sln-mode
2021-02-21 14:44:59 -05:00
Henrik Lissner
79f2f42b95
Persist Emacs registers across sessions
...
Has the side effect of persisting evil macros between
sessions (equivalent to vim's "set viminfo")
2021-02-21 14:44:59 -05:00
Henrik Lissner
28fa854208
lang/emacs-lisp: fix custom-{,theme-}set-faces! demos
...
No need to load the theme before using its API. The rules are deferred
in any case.
2021-02-21 14:44:59 -05:00
Henrik Lissner
afde833ae8
Clean up gitignore
2021-02-21 14:44:59 -05:00
Sam Pillsworth
394e166894
check if buffer exists and not alive before kill
2021-02-20 09:37:55 -05:00
Dave Abrahams
a123dfdf7f
Fix a link
2021-02-17 15:48:58 -08:00
Dave Abrahams
3e5ccb4963
Update instructions for Chemacs2
...
Chemacs doesn't works since early-init.el was introduced
2021-02-17 15:46:32 -08:00
Henrik Lissner
47925933df
Fix "Can't set ASCII font to nil" error in daemon
...
Caused because the :ui unicode module sets doom-unicode-font to nil,
then doom-init-extra-fonts-h tries to use it.
2021-02-17 14:20:37 -05:00
Henrik Lissner
60f74c7696
Resolve symlinks in module paths
2021-02-17 13:47:43 -05:00
Kuba Orlik
cb32f3f13c
Remove the custom org-priority-regexp
...
This regular expression broke sorting by priority in agenda view. Reverting it back to the original one fixes the issue
2021-02-17 11:11:38 +01:00
Dave Abrahams
e4cbd18f4c
Full-throated recommendation of emacs-mac
...
When installed via homebrew, the formula adds this patch
https://bitbucket.org/mituharu/emacs-mac/pull-requests/2/add-multi-tty-support-to-be-on-par-with/diff , which purports to solve the multi-tty issue. The user experience I've had with emacs-plus is not a good one.
2021-02-16 11:37:25 -08:00
Henrik Lissner
dbef763eb3
Bump :emacs
...
dgutov/diff-hl@2281a89 -> dgutov/diff-hl@4c46b3b
emacs-straight/undo-tree@7523823 -> emacs-straight/undo-tree@e326c61
ideasman42/emacs-undo-fu-session@56cdd35 -> ideasman42/emacs-undo-fu-session@a038914
ideasman42/emacs-undo-fu@c0806c1 -> ideasman42/emacs-undo-fu@f4db4c9
magit/git-modes@5546831 -> magit/git-modes@14adca2
magit/magit@acfe22a -> magit/magit@c3505b6
ralesi/ranger.el@caf75f0 -> ralesi/ranger.el@2498519
stsquad/dired-rsync@bfd5c15 -> stsquad/dired-rsync@fb0f161
yqrashawn/fd-dired@5622041 -> yqrashawn/fd-dired@9fb966d
2021-02-16 14:15:41 -05:00
Henrik Lissner
28b3ad4529
completion/helm: fix +childframe
2021-02-16 11:44:59 -05:00
Dave Abrahams
2660c3074a
Title the Module Index "Module Index"
...
Perhaps a silly suggestion, but when I followed the link I wasn't sure I'd landed in the right place.
2021-02-15 16:20:14 -08:00
Dave Abrahams
3b188412b5
Fix a broken link
2021-02-15 16:18:21 -08:00
Henrik Lissner
91f8d3e5d0
Fix void-variable sp-get-thing
...
When smartparens is disabled.
2021-02-15 14:57:14 -05:00
Henrik Lissner
be9b3ff352
Bind SPC f Y
to yank path relative to project
...
Also, both commands now announce "Copied path to clipboard: ..." to make
it clear it worked (and what is being copied).
2021-02-15 14:54:13 -05:00
Henrik Lissner
5e8a668311
Fix empty dashboard on first daemon frame
...
Dashboard would be empty because +doom-dashboard-reload was never called
in daemon sessions (until you switch back to it).
2021-02-14 21:14:07 -05:00
Henrik Lissner
2339481208
Fix broken, whitelisted evil-mc commands
...
Because they weren't being set correctly due to a faulty condition
misreading nil.
2021-02-14 21:14:07 -05:00
Henrik Lissner
8f7d461203
Bump :ui
...
Alexander-Miller/treemacs@559fa09 -> Alexander-Miller/treemacs@332d4e0
ema2159/centaur-tabs@23eda0a -> ema2159/centaur-tabs@50fd573
hlissner/emacs-doom-themes@5adcc29 -> hlissner/emacs-doom-themes@73837f5
jabranham/mixed-pitch@beb22e8 -> jabranham/mixed-pitch@d5f64b9
seagle0128/doom-modeline@4956606 -> seagle0128/doom-modeline@116c733
tarsius/hl-todo@9661a46 -> tarsius/hl-todo@4d18ccd
2021-02-14 21:14:07 -05:00