Commit graph

13030 commits

Author SHA1 Message Date
Henrik Lissner
c095e7279a
Update 'doom env' docs #2835 2020-04-15 00:14:08 -04:00
Henrik Lissner
ce333dd178
visible-cursor = nil
Half reverts be412c8630, now that I better understand what it was
for (and have, through some tinkering, managed to reproduce its effect).
2020-04-15 00:13:35 -04:00
Henrik Lissner
abfa09f86d
Focus lsp doc popup after +lookup/documentation 2020-04-15 00:13:35 -04:00
Henrik Lissner
963d3695b9
Clarify "How do I customize a theme or face(s)" in faq 2020-04-15 00:13:34 -04:00
Henrik Lissner
b78c862e98
Refactor compile macro in doom/reload-* commands 2020-04-14 19:49:20 -04:00
Henrik Lissner
1cb753cbb1
lang/haskell: remove intero support
The package was deprecated and abandoned upstream since November 2019.

Closes #2121
2020-04-14 19:27:33 -04:00
Henrik Lissner
31a31fff46
Bump :tools magit
emacs-evil/evil-magit@0b79aa3 -> emacs-evil/evil-magit@253c644
magit/magit@68b5a13 -> magit/magit@0f1234e
2020-04-14 19:18:49 -04:00
Henrik Lissner
93ff95c06e
Refactor sudo commands 2020-04-14 19:13:56 -04:00
Henrik Lissner
61b3cd8818
Fix doom/sudo-save-buffer not writing changes 2020-04-14 19:12:52 -04:00
Henrik Lissner
2f380e8dd0
Bump :tools ein
millejoh/emacs-ipython-notebook@57e84c6 -> millejoh/emacs-ipython-notebook@c0147f6
2020-04-14 18:55:47 -04:00
Henrik Lissner
de330376f0
Bump :lang org
Kungsgeten/org-brain@ec4bd9d -> Kungsgeten/org-brain@3630eb8
abo-abo/org-download@b96fd7b -> abo-abo/org-download@46417e2
bastibe/org-journal@664c08e -> bastibe/org-journal@8a844de
dzop/emacs-jupyter@587ed4e -> dzop/emacs-jupyter@97c421a
emacs-straight/org-mode@b993576 -> emacs-straight/org-mode@0fadd06
jethrokuan/org-roam@6e97003 -> jethrokuan/org-roam@a71176e
kaushalmodi/ox-hugo@1c1e3ec -> kaushalmodi/ox-hugo@b6f4142
magit/orgit@e7cddf3 -> magit/orgit@0242088
oer/org-re-reveal@e4460a9 -> oer/org-re-reveal@61549f4
2020-04-14 18:25:09 -04:00
Henrik Lissner
c23f00b9ca
Update package list in lang/org readme 2020-04-14 18:01:44 -04:00
Henrik Lissner
5c4f3c62a7
Replace org-bullets w/ org-superstar
org-superstar is a little faster, better written and still maintained.
It also has a few more features which I've made opt-in because they are
relatively expensive in larger buffers.

Folks that don't care for the differences just have to replace
`org-bullets-bullet-list` in their configs with
`org-superstar-headline-bullets-list`.
2020-04-14 18:00:43 -04:00
Henrik Lissner
3ce752a227
Generalize +org-capture-frame-p
Plus minor refactor of +org-capture/open-frame.
2020-04-14 15:42:24 -04:00
Henrik Lissner
bce0cc2152
Change how evil-easymotion is lazy loaded
Fixes an issue where gs wouldn't work after an operator.
2020-04-14 15:41:54 -04:00
Henrik Lissner
483a7caf0f
Fix (cached-)nix-shell interpreter-mode-alist entries
By combining them. Also emit a more helpful message if the
sub-interpreter cannot be read.
2020-04-14 15:38:05 -04:00
Henrik Lissner
169fe6a7f4
lang/org: revise docstrings 2020-04-14 15:37:00 -04:00
Henrik Lissner
10a6b510d7
Fix background of latex segments in org buffers
'auto doesn't seem to work correctly, especially where face-remap is
involved (e.g. with solaire-mode or auto-dim-other-buffers).
2020-04-14 15:34:20 -04:00
Henrik Lissner
661fa18af0
eshell: replace company w/ fish/bash powered pcomplete 2020-04-14 15:33:19 -04:00
Henrik Lissner
9abc10c78f
Replace org-pdfview with org-pdftools
The latter is a continuation fork. The former is no longer maintained.
2020-04-14 15:31:39 -04:00
Henrik Lissner
8f3045b147
Load incrementally deferred packages on doom/reload 2020-04-14 01:47:20 -04:00
Henrik Lissner
83a95925dd
Lazy load babel libraries for org exporting 2020-04-14 01:29:27 -04:00
Henrik Lissner
9b3d8dc1bd
Fix inverted condition on +tree for undo module 2020-04-14 00:27:11 -04:00
Henrik Lissner
428cb15c7a
Suppress args out of range error in C++ buffers
When you use iedit or multiple cursors.
2020-04-14 00:12:40 -04:00
Henrik Lissner
2e8b6aba98
lang/ruby: remove which-key-replacements-alist addition
These will be moved elsewhere eventually.
2020-04-13 22:37:43 -04:00
Henrik Lissner
be412c8630
Restore blinking cursor default
Sure it's distracting, but it's also a good indicator that Emacs hasn't
frozen. Not that Emacs has every frozen on me, but my computer has,
so...

Plus, visible-cursor doesn't do anything on any of the systems,
terminals and shells I've tested, so I'll just leave it to its default.
2020-04-13 22:37:43 -04:00
Henrik Lissner
094d74c1c0
Fix undo-fu-session not loading
TIL a minor mode with a non-nil :init-value doesn't trigger its hooks.
2020-04-13 22:37:43 -04:00
Eric Dallo
afefce8560
Improve dart lang module (#2895)
* Use lsp-dart

* Add hover to +flutter flag

* Update README

* Fixes
2020-04-13 22:23:44 -04:00
Henrik Lissner
1d6f0b3e44
Move undo-fu keybinds to :emacs undo module 2020-04-13 18:50:29 -04:00
Henrik Lissner
3e340ab415
Add :emacs undo module
Moves undo-fu/undo-tree out of core and allows uses to choose one or the
other.

Relevant to #2339
2020-04-13 18:45:40 -04:00
Henrik Lissner
187ba0f66f
Mention how to enable LSP manually
For major modes whose :lang modules lack an +lsp flag.
2020-04-13 18:45:39 -04:00
Henrik Lissner
1c954d46c2
Improve comments for :term modules
Not perfect, but better than what it used to be.
2020-04-13 18:45:39 -04:00
Henrik Lissner
fc32a4c41c
Add "What terminal should I use?" to faq 2020-04-13 18:45:39 -04:00
Henrik Lissner
4110e3c200
Merge pull request #2896 from alarsyo/org-roam-wrap-lines
Enable visual-line-mode in org-roam-backlinks buffer
2020-04-13 15:52:25 -04:00
Henrik Lissner
41606f5369
Only realign tables in +org-realign-table-maybe-h
Don't recalculate formulas.
2020-04-13 15:23:16 -04:00
Henrik Lissner
006eee75d0
Add popup rule for *Org-Babel...* buffers
Mainly error messages when executing babel blocks.
2020-04-13 14:18:22 -04:00
Antoine Martin
300568078b Enable visual-line-mode in org-roam buffer 2020-04-13 19:30:31 +02:00
Henrik Lissner
ffb37f8fed
Fix #2894: disable tty init deferral in daemon 2020-04-13 02:07:05 -04:00
Henrik Lissner
c4fc1587fe
Bump :lang clojure
borkdude/flycheck-clj-kondo@f652a8d -> borkdude/flycheck-clj-kondo@d46745c
clojure-emacs/cider@52dcc60 -> clojure-emacs/cider@8f5657b
clojure-emacs/clj-refactor.el@92d3723 -> clojure-emacs/clj-refactor.el@8259791
2020-04-13 01:10:29 -04:00
Henrik Lissner
1c2060189f
lang/clojure: add clojure-mode
How the heck did this module not have this already?
2020-04-13 01:09:09 -04:00
Henrik Lissner
a00dc055ba
Fix C-j/C-k for some helm commands 2020-04-12 20:07:20 -04:00
Henrik Lissner
c1bfdadc10
Bump :completion
DarwinAwardWinner/ido-completing-read-plus@74861ea -> DarwinAwardWinner/ido-completing-read-plus@98d3a6e
emacs-helm/helm@0181b7e -> emacs-helm/helm@d978f20
raxod502/prescient.el@a194852 -> raxod502/prescient.el@5330773
raxod502/prescient.el@a194852 -> raxod502/prescient.el@5330773
tumashu/ivy-posframe@6d697ff -> tumashu/ivy-posframe@ae9bafe
tumashu/posframe@c15800a -> tumashu/posframe@e62e584

Possibly fixes #2540
2020-04-12 17:53:55 -04:00
Henrik Lissner
a90226b569
Fix evil-collection-occur module 2020-04-12 17:30:07 -04:00
Henrik Lissner
9ba14f0ba4
Fix org-journal-mode not loading on journal files 2020-04-12 03:54:58 -04:00
Henrik Lissner
42084af680
Add popup rule for *lsp-help* 2020-04-11 23:05:54 -04:00
Henrik Lissner
8e4ecdf668
Allow repeating evil-mc commands w/ numerical arg
Until gabesoft/evil-mc#110 is resolved.
2020-04-11 20:09:02 -04:00
Henrik Lissner
99c5bac359
Correct projectile comment 2020-04-11 14:51:15 -04:00
Henrik Lissner
da427a1b95
Fix #2880: RET on links in other elements 2020-04-11 14:43:58 -04:00
Henrik Lissner
2e6e191da3
Remove helm-descbinds remapping
helm-descbinds-mode overrides describe-bindings itself.
2020-04-11 00:36:17 -04:00
Henrik Lissner
7615bacde4
Merge pull request #2873 from brianmcgillion/helm-descbinds
Add helm-descbinds
2020-04-11 00:35:07 -04:00