Colin Woodbury
5c52ba35e7
feat(fortran): override the default menus
2022-03-21 04:00:10 +01:00
Henrik Lissner
97155412a9
fix(emacs-lisp): missing package cookies in imenu
2022-03-21 03:57:03 +01:00
Henrik Lissner
23d77e688b
bump: :lang agda
...
agda/agda@af9c4b9686 -> agda/agda@2816605bfd
Close : #6150
2022-03-19 16:43:44 +01:00
Henrik Lissner
7c6ebc48d5
bump: :lang rust
...
brotzeit/rustic@804ebfe029 -> brotzeit/rustic@f4b5c288af
Close : #6153
Co-authored-by: brotzeit <brotzeitmacher@gmail.com>
2022-03-19 16:43:44 +01:00
Henrik Lissner
aeef05bfd7
feat(org): add ::SEARCH support to id: links
2022-03-19 16:43:28 +01:00
Basil Sh
0a12ccae49
fix(web): web-mode-attribute-transpose on wrong key
2022-03-19 16:39:34 +01:00
Colin Woodbury
f817e4ffbd
docs(fortran): reference the newer fortls LSP
2022-03-19 16:36:44 +01:00
vemv
594f554fe1
bump: :lang clojure
...
clojure-emacs/cider@af2e164998 -> clojure-emacs/cider@02ca530216
clojure-emacs/clj-refactor.el@12af23ad8b -> clojure-emacs/clj-refactor.el@f368c56c83
clojure-emacs/clojure-mode@e31186843d -> clojure-emacs/clojure-mode@b7d08b87f6
clojure-emacs/parseclj@a8c4cf30fb -> clojure-emacs/parseclj@9059504963
clojure-emacs/parseedn@e5ba280d1f -> clojure-emacs/parseedn@ea7b5281ec
2022-03-19 16:27:09 +01:00
Mora Unie Youer
cddfa27fb1
fix(org): move org-journal localleader keybinds to 'SPC m j'
...
Some org-agenda keybinds (for example 'SPC m d s' for scheduling) were
overridden by org-journal-mode-map keybinds, so the latter were moved to
the 'SPC m j' prefix.
Fix : #5239
2022-03-19 16:22:13 +01:00
Mora Unie Youer
18f74d277f
feat(org): keybinds for removing #+RESULTS blocks
...
Added new keybinds for easy removal of RESULTS blocks in org-mode.
SPC m k - delete RESULTS block under cursor
SPC m K - delete all RESULTS blocks under cursor
SPC u SPC m K - delete all RESULTS blocks in buffer
2022-03-19 16:19:54 +01:00
Nicholas
8e08c651a6
feat(idris): add +lsp support
2022-03-19 16:11:42 +01:00
Daanturo
f63aad2ff6
tweak(emacs-lisp): local leader for lisp-interaction-mode
2022-02-23 17:47:39 +01:00
shenleban tongying
a6eedafb78
bump: :lang coq
...
ProofGeneral/PG@2145c23f44 -> ProofGeneral/PG@df19c7ba0e
2022-02-23 17:46:56 +01:00
Henrik Lissner
1a0c4e4d14
bump: :lang scheme
...
emacs-geiser/chez@03da1c1725 -> emacs-geiser/chez@48427d4aec
emacs-geiser/chibi@6f59291d8d -> emacs-geiser/chibi@5a6a5a580e
emacs-geiser/chicken@ceab39c896 -> emacs-geiser/chicken@79a9ac78f4
emacs-geiser/gambit@3294c944d1 -> emacs-geiser/gambit@381d74ca50
emacs-geiser/geiser@327ff01e5b -> emacs-geiser/geiser@c1cc4da1ed
emacs-geiser/guile@8dda28f4f1 -> emacs-geiser/guile@cfd9116dcb
emacs-geiser/kawa@3d999a33de -> emacs-geiser/kawa@5896b19642
emacs-geiser/mit@d17394f577 -> emacs-geiser/mit@4e90e9ae81
Close : #6140
2022-02-23 15:23:14 +01:00
Henrik Lissner
bdac4466f8
tweak(org): move org-persist-directory to doom-cache-dir
2022-02-19 01:08:08 +01:00
Henrik Lissner
cc1433ca6d
fix(beancount): void-variable select error
2022-02-14 21:24:46 +01:00
DrPandemic
1382decb0d
bump: :lang csharp
...
emacs-csharp/csharp-mode@fe8a68e984 -> emacs-csharp/csharp-mode@9917e1b97d
2022-02-14 21:23:33 +01:00
Henrik Lissner
c6d1bf6e8d
fix(org): roam minibuffer completion width
...
To address an issue upstream where the container's width is incorrectly
calculated for vertico.
Ref: org-roam/org-roam#2066
2022-02-11 02:31:22 +01:00
Henrik Lissner
4c3be5e379
refactor(org): org-roam-node-doom-subdirs
...
Didn't need to be so convoluted.
2022-02-11 02:02:34 +01:00
Henrik Lissner
9217bb81f4
fix(org): org-babel-do-in-edit-buffer deleting popups
...
Fix : #6061
2022-02-10 21:28:55 +01:00
Henrik Lissner
9672dbcb5e
refactor(org): name anonymous keybind on RET
...
Makes it easier to advise, swap, or reference.
2022-02-10 21:07:20 +01:00
Henrik Lissner
8e691e810f
refactor!(org): backlinks buffer management
...
BREAKING CHANGE: The +org-roam-open-buffer-on-find-file variable was
renamed to +org-roam-auto-backlinks-buffer *and* is now disabled by
default. When this is non-nil, it will open the *org-roam* backlinks
side window when roam files are visible, and close it when they aren't.
This change also makes this behavior a little more robust, but is
understandably not everybody's (read: most people's) cup of tea, so it
is now opt-in.
2022-02-10 21:07:20 +01:00
Henrik Lissner
7304a8de8f
tweak(org): separate roam tags from types
...
- No longer hard-code fontification of tags and types in roam
completion.
- Prefix types with @ and tags with # -- makes them easier to search for
in completion -- and swap types and hierarchy columns. I.e.
before: TYPE TITLE [TAG [TAG...]]
after: TITLE @TYPE [#TAG [#TAG...]]
- Exclude unwanted (i.e. meta) tags from public display, like ATTACH,
ARCHIVE, or anything in org-num-skip-tags.
2022-02-10 21:07:20 +01:00
Henrik Lissner
11cc896e8f
tweak(org): use org-eldoc-breadcrumb-separator for roam note hierarchy
...
More consistent and configurable.
2022-02-10 21:07:20 +01:00
Henrik Lissner
958472b048
feat(beancount): add clone-transaction commands
2022-02-10 21:07:20 +01:00
Henrik Lissner
3c2c23f705
feat(org): use roam:X link description if X is empty
...
Saves on some typing if you want to link to zettels that don't exist
yet.
2022-02-10 21:07:20 +01:00
Henrik Lissner
ba662ea939
refactor(org): org-roam config
...
- Remove redundant org-roam-mode-section-functions setting (same as its
default value).
- Remove redundant org-roam-db-location setting (same as its default
value).
- Fix redundant parentheses.
- Add comment explaining turn-on-visual-line-mode hook.
2022-02-10 21:07:20 +01:00
Henrik Lissner
dd33f57513
fix(org): don't auto-open roam buffer if in capture popup
2022-02-10 21:07:20 +01:00
Henrik Lissner
10bbdecb5c
tweak(org): reverse org-roam-list-files-commands
...
Prioritize faster searcher over slower.
2022-02-10 21:07:20 +01:00
Henrik Lissner
8179dc641e
fix(org): better-jumper support for more links
...
Doom sets jump points before following most org links. This allows you
to jump back to where you were afterwards using
C-o (better-jumper-jump-backward) or forward with
C-i (better-jumper-jump-forward). It does this by setting a jump point
on the org-open-at-point-functions hook.
However, not all org links' :follow handlers trigger this hook (like id:
or roam: links), and you can get around it by triggering link opener
handlers directly (with M-x org-goto). Most of these link openers use
org-mark-ring-push to record jump points in org's own jumplist, so
advising it to call better-jumper-set-jump should address more of these
fringe cases.
Fix : #6098
2022-02-10 21:07:20 +01:00
Valentin Herrmann
26040c6fc1
fix(org): parity for headlines & items in +org--insert-item
2022-02-09 20:00:37 +01:00
Siddharth Shekar
4cc82bb32a
docs(org): update docstring for +org/dwim-at-point
2022-02-09 15:58:10 +01:00
Siddharth Shekar
008b080b45
fix(org): toggle image when point before first heading
2022-02-09 15:58:10 +01:00
Christian Kruse
53504c55b9
fix(web): web-mode-buffer-highlight -> web-mode-reload
...
This function was renamed upstream.
Ref: fxbois/web-mode@4341d9fa1a
2022-02-09 15:54:51 +01:00
Johannes Wolf
519c54ded6
revert: gnuplot
...
emacsorphanage/gnuplot@d1a6a606dc -> emacsorphanage/gnuplot@7138b139d2
Reverts gnuplot bump in 2557e17
, which broke execution of gnuplot babel blocks in org-mode.
Fix : #6080
Amend: 2557e17d07
2022-02-09 05:08:11 +01:00
Lucas Viana
051087d716
fix(org): don't error org-download at top level
...
Org-attach (and thus org-download) can work before the first headline if
the user sets `org-attach-auto-tag` to `nil`. But when inserting files
in this situation, this advice will display an error message due to
using `org-back-to-heading`. So I think it makes more sense to use
`org-back-to-heading-or-point-min`.
2022-02-09 04:54:22 +01:00
Henrik Lissner
7e6baca99d
refactor(org): update org-roam emacsql deferral advice
...
org-roam-setup was made obsolete in Org Roam 2.0.
Ref: org-roam/org-roam@5dce6261a2
2022-02-06 03:27:08 +01:00
Henrik Lissner
467a23c020
tweak(org): org-roam-db-gc-threshold = most-positive-fixnum
...
To reduce GC consing while syncing the DB.
2022-02-06 03:27:08 +01:00
Henrik Lissner
5941a41fd9
tweak(org): larger capture/src popups by default
2022-02-06 03:27:08 +01:00
Henrik Lissner
2557e17d07
bump: :lang org markdown
...
Fanael/edit-indirect@bdc8f542fe -> Fanael/edit-indirect@7fffd87ac3
alf/ob-restclient.el@bfbc4d8e8a -> alf/ob-restclient.el@f81f2f4f3f
anler/centered-window-mode@f50859941a -> anler/centered-window-mode@80965f6c6a
awth13/org-appear@a4d10fc346 -> awth13/org-appear@303fcc8d5d
bastibe/org-journal@71e8b10088 -> bastibe/org-journal@f121450610
emacs-straight/org-mode@0c9b30e961 -> emacs-straight/org-mode@e7ea951ac9
emacsorphanage/gnuplot@7138b139d2 -> emacsorphanage/gnuplot@d1a6a606dc
emacsorphanage/ox-pandoc@eda1f21fd5 -> emacsorphanage/ox-pandoc@b2e43b9362
hakimel/reveal.js@a9277f9d46 -> hakimel/reveal.js@19f04bcbcb
jkitchin/ox-clip@05a14d56bb -> jkitchin/ox-clip@ff117cf3c6
jrblevin/markdown-mode@862ae8addd -> jrblevin/markdown-mode@541bd7b48a
kaushalmodi/ox-hugo@88e6068190 -> kaushalmodi/ox-hugo@1b6b3dc8f9
magit/orgit@f956d802f1 -> magit/orgit@66367d6bfc
nnicandro/emacs-jupyter@df343af5e9 -> nnicandro/emacs-jupyter@42a9765897
org-roam/org-roam@abe63b4360 -> org-roam/org-roam@eed1df90f5
seagle0128/grip-mode@1c82e27bee -> seagle0128/grip-mode@9220a560b4
2022-02-02 01:58:18 +01:00
Henrik Lissner
3d627cbacd
revert: feat(org): add org-pretty-table for +pretty
...
org-pretty-table has proven unstable. Some report alignment issues due
to variations between unicode fonts. Its overuse of overlays is also a
performance concern.
Revert: #6033
2022-02-01 18:56:16 +01:00
Henrik Lissner
80ac69c14e
fix(python): deprioritize ~/.conda detection
...
Since ~/.conda is always created, whether or not the other possibilities
exist, best we treat it as a last resort.
Fix : #6071
2022-02-01 18:56:16 +01:00
Henrik Lissner
9cfd798076
fix(org): unbalanced parens
...
A regression caused by typo in 451be94
.
Amend: 451be94fb8
2022-01-30 02:42:54 +01:00
Henrik Lissner
9dbdb854b9
fix(org): bounds for inline images in babel results
...
org-babel-result-end can return the wrong position if cursor is in a src
block (which is where it will be when org-babel-after-execute-hook
triggers).
Amend: 451be94fb8
2022-01-29 18:43:40 +01:00
Henrik Lissner
2c06577edf
fix(org): type error when refreshing images in src results
...
Ref: 451be94fb8
2022-01-29 04:07:21 +01:00
M. Yas. Davoodeh
4808313889
docs(plantuml): add graphviz/dot doctor
2022-01-27 18:47:07 +01:00
Henrik Lissner
bcb29f7d17
feat(python): search for anaconda home in ~/.conda
...
What even are standards?
2022-01-27 18:18:52 +01:00
Ernest DONG
8b41f44882
refactor(python): remove redundant pyright+eglot config
...
joaotavora/eglot@fd27cdc8f9 adds Pyright support to Eglot, so these
lines can be removed.
Amend: 34cb632a61
Revert: #5355
Ref: joaotavora/eglot@fd27cdc8f9
Ref: joaotavora/eglot#742
2022-01-27 15:44:45 +01:00
Henrik Lissner
451be94fb8
fix(org): out-of-bounds refreshing inline images
...
A regression caused by 6934014
, due to
org-babel-where-is-src-block-result returning a position after
org-babel-result-end.
Fix : #6046
Amend: 69340149f9
2022-01-27 14:37:04 +01:00
Tony
b663e447e6
feat(org): add org-pretty-table for +pretty
...
Replace '-', '+', and '|' characters in tables with unicode glyphs.
2022-01-27 04:05:55 +01:00