daanturo
b317910b6e
Add counsel-outline to ivy-prescient-sort-commands
2021-04-12 18:29:24 +07:00
Henrik Lissner
ba0ddb71ee
Reload pdfs when pdf-view-midnight-colors changes
...
Co-authored-by: tecosaur <tec@tecosaur.com>
2021-03-22 21:11:22 -04:00
Henrik Lissner
1b4b077385
Refactor ox-clip advice to omit before/after props
2021-03-22 21:11:22 -04:00
Henrik Lissner
18e1795a98
org-confirm-babel-evaluate = nil while tangling
2021-03-22 21:11:22 -04:00
Henrik Lissner
4bab5a948a
Omit after/before-string overlay props w/ ox-clip
...
Otherwise you get fringe characters inserted into the htmlized output.
Like !'s for every flycheck error.
2021-03-22 01:24:26 -04:00
Henrik Lissner
aafed6d8a0
lang/org: call push-button on buttons in org-mode
2021-03-22 01:24:26 -04:00
Henrik Lissner
5e7864838a
Ignore unsafe local variables, but log them
...
This suppresses the annoying "do you want to apply these unsafe file/dir
local variables" prompt by ignoring them (but stills them so at least
users are told).
Fixes issue mentioned in #4335
2021-03-21 00:42:49 -04:00
Henrik Lissner
ac46ae7eb3
Associate *.cjs (commonjs module) with js2-mode
2021-03-21 00:42:49 -04:00
Henrik Lissner
2b3dd9df4b
Fix #4815 : respect git-gutter:disabled-modes
2021-03-21 00:42:49 -04:00
Henrik Lissner
46dedb3e33
Merge pull request #4796 from mk0417/julia-doc-fix
...
fix julia README
2021-03-13 16:35:21 -05:00
Henrik Lissner
11cbd41b1b
Fix process X is not a subprocess errors
...
When killing repl popups with special processes (e.g. for cider).
2021-03-13 16:33:18 -05:00
Henrik Lissner
ca1496f297
Load package before using browse-at-remote-prefer-symbolic
...
Fixes a void-variable error if used too early in a session.
2021-03-13 16:33:18 -05:00
“mk0417”
3a09dc0d9e
fix README
2021-03-13 20:11:58 +00:00
Henrik Lissner
2391328d8c
Merge pull request #4794 from daanturo/Pandas-to-Python-docsets
...
Add "Pandas" to python-mode's docsets.
2021-03-13 11:49:00 -05:00
daanturo
dad58cb31d
Add "Pandas" to python-mode's docsets.
2021-03-13 22:41:48 +07:00
Henrik Lissner
fb3fc19705
Merge pull request #4792 from daanturo/fix-prompt-for-repl
...
Fix non-default REPL's format of command name.
2021-03-13 10:20:27 -05:00
daanturo
bac1ff173d
Fix non-default REPL's format of command name.
2021-03-13 12:17:42 +07:00
Henrik Lissner
ec225ac4b5
tools/lookup: remove mention of +lookup/install-docset
...
It was removed some time ago (replaced upstream by
dash-docset-install-docset).
2021-03-12 22:58:15 -05:00
Henrik Lissner
cf31b91858
Add default popup rule for *Apropos* buffers
2021-03-12 17:40:47 -05:00
Henrik Lissner
fa4f03de22
Fix #4784 : browse-at-remote-prefer-symbolic = nil
...
+ Default browse-at-remote-prefer-symbolic to nil because a permanent
URL is generally more desirable for developers sharing links.
+ 'SPC g y' and 'SPC o o' now support the prefix arg, which will negate
the default value of browse-at-remote-prefer-symbolic for that call.
2021-03-11 13:41:16 -05:00
Nathan Tran
cdcdde3354
Fix +debugger/start
not working ( #4782 )
...
* Fix `+debugger/start` not working
* Correct indentation
Co-authored-by: Henrik Lissner <accounts@v0.io>
2021-03-11 10:24:44 -05:00
Henrik Lissner
9f08db8e33
Fix #4759 : suppressed doom-first-file-hook side-effects
...
An optimization that minimizes how much work is done when grabbing org
agenda files in the background prevented side-effects in
doom-first-file-hook. This had the indirect effect of preventing
save-place-mode from adding its hook to find-file-hook IF org-agenda was
the first thing you ran at startup.
2021-03-10 20:33:37 -05:00
Henrik Lissner
377608c54b
Fix #4651 : don't trigger formatters on org tangle
2021-03-10 13:03:29 -05:00
Henrik Lissner
7c38eee96c
Fix #4727 : wrong-type-arg error on async org export
...
Because org-export-async-init-file will have a different value in the
temp buffer created for the temp file.
2021-03-10 13:03:29 -05:00
Jeetaditya Chatterjee
a2eac47a75
doc: add crystal README ( #4764 )
...
* doc: add crystal README
* adding some punctuation
* adding the version tag
* removing tree/<hash> links and placeholder comments
* adding in the required metadata
2021-03-10 11:53:55 -05:00
Henrik Lissner
62df2c386a
Fix #4766 : workaround for ivy-prescient wrong-type-arg error
...
ivy-resume + prefix arg = resume named session, but throws an error when
ivy-prescient is present.
2021-03-10 10:48:57 -05:00
Benjamin Picardat
e33b21dc46
Fix #4770 : New window is focused after split
...
According to the documentation of `evil-window-split` the variable
`evil-split-window-below` needs to be non-nil for the new window to be
created below; and for `evil-window-vsplit` it is the variable
`evil-vsplit-window-right` that needs to be non-nil for the window to be
created on the right.
2021-03-10 15:48:31 +01:00
Henrik Lissner
4a08acd234
Bump :ui doom
...
hlissner/emacs-doom-themes@e82b6b5 -> hlissner/emacs-doom-themes@55f01ed
hlissner/emacs-solaire-mode@c697925 -> hlissner/emacs-solaire-mode@a8fe09d
Fixes #4729
2021-03-09 16:22:25 -05:00
Henrik Lissner
de781f7a0b
ui/zen: enable mixed-pitch-mode in adoc-mode & rst-mode
...
org-journal-mode is derived from org-mode, so it's not needed in this
list.
2021-03-09 16:20:50 -05:00
Henrik Lissner
14eb254b4b
Bump :tools magit
...
magit/magit@1c60edc -> magit/magit@4735b92
magit/forge@fa80a87 -> magit/forge@8382fd3
The same predicates are now specified in upstream magit, so there is no need to
override `safe-local-variable'.
Closes #4760
Co-authored-by: Nikita Bloshchanevich <nbfalcon@users.noreply.github.com>
2021-03-09 14:38:09 -05:00
Valentin Herrmann
79c61629a5
Better defaults for dired
2021-03-09 16:43:22 +01:00
Henrik Lissner
fe6981b245
Bump :tools pdf
...
flatwhatson/pdf-tools@eb6d406 -> vedang/pdf-tools@35e12b0
The original politza/pdf-tools is no longer maintained (?), and the PR
we were pullin from has been merged into a new, maintained fork at
vedang/pdf-tools.
Might address #4750
2021-03-08 10:25:09 -05:00
Henrik Lissner
a863fe89d0
Bump :lang python
...
pythonic-emacs/anaconda-mode@081f9d8 -> pythonic-emacs/anaconda-mode@344727c
Closes #786
2021-03-08 10:25:09 -05:00
Henrik Lissner
7e1f5da169
lang/emacs-lisp: respect lexical-binding in eval handler
2021-03-08 10:25:09 -05:00
Sævar Berg
12cf59cf73
Prioritize company-capf over company-yasnippet
...
This ensures that when doing things like completing on `this.` inside classes, the class fields and methods are shown before the yasnippet snippets.
2021-03-08 13:29:28 +01:00
Henrik Lissner
f0d601d2ac
ui/nav-flash: refactor
...
+ Avoid generating unneeded markers (relatively expensive in the long
run).
+ Extract excluded major modes into a variable.
2021-03-07 14:30:42 -05:00
Ellis Kenyő
ff58823d48
Fix 'wrong type arg: overlayp' error from ivy+nav-flash ( #4749 )
...
* Fix for missing overlay
Overlay might be nil before being used, so replicate what the package does
* Neater for for nav-flash issue
* Properly check for the value
2021-03-07 14:29:01 -05:00
Henrik Lissner
5069d95b42
Fix #4745 : defining as dynamic an already lexical var
...
If a dynamic variable is first defined in the same scope where it is
lexically bound, you get this error.
2021-03-07 13:04:24 -05:00
Henrik Lissner
f6de662011
Keep treemacs-mode in aw-ignored-buffers
...
This was an arbitrary default. It's easier to remove than to add
back (see #4746 ). I'd rather be faithful to treemacs' author's vision.
Closes #4746
Co-authored-by: daanturo <daanturo@users.noreply.github.com>
2021-03-07 12:46:14 -05:00
Henrik Lissner
1c9184504a
Merge pull request #4748 from nbfalcon/bugfix-security/git-commit-locals-predicates
...
`git-commit`: fix variable predicates
2021-03-07 12:33:44 -05:00
Nikita Bloshchanevich
973f23b1df
`git-commit': fix variable predicates
...
`git-commit-summary-max-length' should be a number, not a symbol.
`git-commit-major-mode' should be checked more carefully, as otherwise
exploits are possible (e.g. if it is `erase-buffer' or some more
dangerous function of the user's environment).
2021-03-07 18:25:01 +01:00
Henrik Lissner
302a76a06e
app/everywhere: use MELPA recipe
2021-03-06 23:45:07 -05:00
Henrik Lissner
f0eb0151f6
evil-respect-visual-line-mode = t
...
Reverts c733a6a
The previously reported issues seem to be resolved? Just have to wait
and see...
Closes #2447
2021-03-06 14:00:48 -05:00
Henrik Lissner
638c980163
Revert 27d3e73
...
Some users may not be using a theme (*shudder*), in which case
ns-auto-titlebar-mode never kicks in.
That said, this "fix" didn't fix the targeted issue anyhow.
2021-03-06 12:12:01 -05:00
Henrik Lissner
04a70e23c4
ui/zen: proofread & expand readme
2021-03-06 12:12:01 -05:00
Henrik Lissner
210b3bb059
ui/zen: remove redundant mixed-pitch faces for org
...
These were already in `mixed-pitch-fixed-pitch-faces`, upstream.
2021-03-06 12:07:10 -05:00
Henrik Lissner
d807657ba7
s/prereqisites/prerequisites
...
Silly typo is silly.
2021-03-06 12:05:55 -05:00
Henrik Lissner
4c7c9cacd3
os/tty: proofread readme
2021-03-06 11:23:00 -05:00
Henrik Lissner
01b447a12c
Merge pull request #4743 from nbfalcon/bugfix/eldoc-variable-value-not-displayed
...
Emacs lisp: fix variable value display in eldoc
2021-03-06 10:36:33 -05:00
Henrik Lissner
2a4509c42a
editor/evil: fix typo in +evil-window-split-and-follow
...
And conform these commands to naming conventions.
2021-03-06 10:31:10 -05:00