Commit Graph

4719 Commits

Author SHA1 Message Date
9f249de569 lang/latex: remove +latex-bibtex-file
An unnecessary layer of abstraction on top of two straight-forward
variables, reftex-default-bibliography and
bibtex-completion-bibliography.
2019-01-05 17:46:37 -05:00
c3c9c01bad lang/latex: rewrite README 2019-01-05 17:45:42 -05:00
0502b9581e feature/lookup: reformat/revise README 2019-01-05 17:18:13 -05:00
9db39b0242 feature/lookup: remove unused set-docset! alias 2019-01-05 17:14:57 -05:00
d02b601dd4 feature/lookup: refactor set-lookup-handlers! docs 2019-01-05 17:04:40 -05:00
fffee76f7a feature/eval: update README (remove :repl)
And use a simpler set-repl-handler! example.
2019-01-05 16:55:01 -05:00
d82745844b app/email: rewrite README 2019-01-05 16:50:19 -05:00
e8465bb5ff app/irc: rewrite README 2019-01-05 16:32:37 -05:00
19987df00a Add IS-BSD constant
Fixes dired gls support on BSD OSes (and not just MacOS).
2019-01-05 16:06:26 -05:00
6a03b37dd3 General refactor for comments & docstrings 2019-01-05 15:20:49 -05:00
2cc8a96a30 config/default: restore M-t/m-T workspace keybinds 2019-01-05 15:18:58 -05:00
379a45978c lang/clojure: remove :n from cjr-help-menu hydra
They're ignored anyhow.
2019-01-05 15:05:49 -05:00
9b248f2299 Fix v bind not switching to linewise visual
After invoking expand-region. Also fixes expand-region reporting the old
contraction key (V, when it should be C-v).
2019-01-04 13:37:15 -05:00
7c368d4f9a Add configuration for magit forge 2019-01-04 09:42:56 +08:00
76c31dc623 [tools/magit] Add magit-forge 2019-01-04 07:58:10 +08:00
05e52b7e29 Merge pull request #1088 from UndeadKernel/fix_latex_and_flyspell
latex: enable flyspell correctly in latex buffers
2019-01-03 13:06:18 -05:00
008fd7130f Rebind g=: widen in normal & narrow in visual mode 2019-01-03 12:56:50 -05:00
7844115561 ui/modeline: don't show encoding if UTF-8
It's only important if the encoding is something we don't expect.
2019-01-03 12:56:01 -05:00
de2e41774f latex fix: enable spell checking correctly
The varible `TeX-mode-local-vars-hook` is not called correctly as AucTeX
reports that the major mode in a LaTeX file is `latex-mode`. Instead,
let's use `latex-mode-local-vars-hook` to enable flyspell.

This change enables disabling the feature of flyspell of immediately
spellchecking a document with:

`(setq-hook! 'TeX-mode-hook +spellcheck-immediately nil)`
2019-01-03 13:49:00 +01:00
fec0cb6b32 completion/ivy: rewrite README (WIP) 2019-01-03 02:12:50 -05:00
b1aca7dbed Map offlineimaprc+mbsyncrc to conf-mode #1091 2019-01-03 02:10:07 -05:00
5274ab6368 feature/eval: rewrite README (WIP) 2019-01-03 02:01:57 -05:00
d7af119c0c ui/modeline: reformat README (WIP) 2019-01-03 02:01:57 -05:00
fbf2a29ebe lang/go: reformat README (WIP) 2019-01-03 02:01:57 -05:00
cc36f9608e feature/snippet: reformat README (WIP) 2019-01-03 01:52:06 -05:00
5c9c59a719 feature/file-template: add README (WIP) 2019-01-03 01:51:34 -05:00
415a542ce9 feature/evil: rewrite README 2019-01-03 01:49:15 -05:00
e4f2833f26 tools/ein: rewrite README 2019-01-03 01:39:23 -05:00
daa26a86ba completion/company: rewrite README 2019-01-03 01:29:57 -05:00
c7f9886be8 Merge pull request #1089 from UndeadKernel/fix_pdf_modeline
pdf-tools: fixes for the new `modeline` module
2019-01-02 16:01:07 -05:00
8a7a684fc9 Restore SPC b b/SPC b B and SPC ,/SPC < keybinds
Restores workspace-restricted buffer switching.
2019-01-02 13:19:02 -05:00
4036f3dad1 pdf-tools: fixes for the new modeline module
Sneak in a comment that addresses some TODOs.
2019-01-02 15:16:05 +01:00
6e57350277 lang/org: restore meta return keybinds 2018-12-31 15:57:06 -05:00
46499ec70f config/default: minor keybind refactor 2018-12-31 15:55:46 -05:00
59b45878e6 Merge pull request #1079 from filalex77/helm-tasks
Add helm to project tasks
2018-12-31 15:28:51 -05:00
9f455edcdf Add interactive form to +default/project-tasks
It is required for key-bound commands. Also added a docstring.
2018-12-31 15:28:35 -05:00
3f4a76551d Merge pull request #1085 from fydai/patch-1
ui/vc-gutter: switch git-gutter order
2018-12-31 15:20:01 -05:00
6d10b9bbdf Revert to Meta, instead of Super
Using meta is a little more flexible. Since there is no dedicated meta
key on our keyboards (anymore), it can be remapped to another modifier
by changing mac-command-modifier, x-meta-keysym, etc. without
sacrificing super or alt keybinds.
2018-12-31 15:00:05 -05:00
2107e3caaf ui/vc-gutter: switch git-gutter order
This change checks whether a file is remote before checking whether it's a version controlled repo, rather than the other way around. Gives a slight speed improvement to Tramp.
2018-12-30 04:16:40 -08:00
c82f71e7fe lang/haskell: disable subword-mode by default
subword-mode is enabled by default for no other language, nor is it the
default behavior in vim (and it affects evil word motions), so it should
be opt-in.

Mentioned in #1083
2018-12-29 21:06:49 -05:00
747c040c0e default/config: explicitly use :states #1084
The 'motion alias didn't appear to be working.
2018-12-29 20:56:12 -05:00
937252af4e lang/csharp: add +unity flag
And group shader-mode & +csharp-unity-mode under it.
2018-12-29 00:09:17 -05:00
d87fba7944 lang/javascript: remove screeps
Moved it to my private config. This is more of a customization than
something this module should offer support for.
2018-12-28 23:54:23 -05:00
9a0da588d9 Add helm to project tasks 2018-12-28 03:31:03 +02:00
869758e8f5 Remove extra parentheses #1075 2018-12-27 15:05:14 -05:00
c38e8cf759 Merge pull request #1073 from SteamedFish/fix-offlineimaprc-repository-path
fix wrong url of dotfiles repository
2018-12-27 14:55:28 -05:00
4a81df4607 Merge pull request #1074 from filalex77/patch-2
[tools/password-store] copy-user key in ivy-pass
2018-12-27 14:54:55 -05:00
35bf785f75 [config/default] Fix C-S-s in company minibuffer 2018-12-27 17:26:29 +02:00
5a8a367510 [tools/password-store] copy-user key in ivy-pass 2018-12-27 16:16:13 +02:00
32e5e78b53 fix wrong url of dotfiles repository 2018-12-27 19:29:56 +08:00