d0021461f7
Fix duplicate snippets
...
e.g. If you've cloned doom-snippets to $DOOMDIR/snippets.
Also refactors how yas-snippet-dirs is initialized.
2019-11-22 19:07:10 -05:00
e7019e4163
Fix custom-set-*-faces! macros in Emacs 27
...
custom--inhibit-theme-enable is non-nil by default in Emacs 27, which
inhibits uses of `custom-theme-set-faces` when modifying any theme other
than 'user.
2019-11-22 16:24:19 -05:00
4351474bf3
Add "X updated" notice after package is updated
...
To make it clearer what package was just updated after spewing a lot of
git log output.
2019-11-22 16:15:06 -05:00
c9ae1f0a30
cli/env: ignore GPG_TTY & TERM envvars
2019-11-22 16:14:05 -05:00
88eb9d1d61
Don't bind noninteractive while building autoloads
...
See raxod502/straight.el#431
2019-11-22 13:52:07 -05:00
a814998a75
docs/faq: revise how to change line numbers
2019-11-22 13:42:25 -05:00
fcbd91fc0d
Fix custom-set-theme-faces! applying only to 'user
2019-11-22 13:17:10 -05:00
aa19eeed0f
Fix #2100 : shell modeline doesn't stay hidden
2019-11-22 13:17:06 -05:00
34500c9177
Fix #2103 : logic error initializing gcmh-mode
2019-11-22 12:56:00 -05:00
2dc50f49fc
Fix #1500 : rewrite font size adjustment commands
2019-11-22 00:39:55 -05:00
441fc5115c
Don't load user's init.el in sandbox sessions
...
For 'C-c C-p' and 'C-c C-d', specifically.
2019-11-21 21:55:48 -05:00
ceb17e0e29
Merge pull request #2102 from seanfarley/smf/irc
...
ui/modeline: add irc-buffers back
2019-11-21 20:22:30 -05:00
d5d5c08658
modeline: add irc-buffers back
...
Now that doom-modeline #260 is resolved, `irc-buffers' is back so let's
add it back to the `special' modeline definition.
2019-11-21 17:16:42 -08:00
9062b5292b
Merge pull request #2101 from lovebug356/feature/org-cliplink
...
lang/org: add support for org-cliplink
2019-11-21 17:29:43 -05:00
837203a876
lang/org: add support for org-cliplink
2019-11-21 23:26:24 +01:00
df7a3e15df
Merge pull request #1971 from mnick/dired
...
emacs/dired: add dired-git-info & hide dotfiles/details
2019-11-21 17:24:18 -05:00
a88a3e12b2
Merge pull request #1983 from gagbo/feature/golang/flycheck_ci-lint
...
lang/go: add flycheck-golangci-lint
2019-11-21 17:21:52 -05:00
a6e25209b8
Fix #2046 replacing process-environment, exec-path & shell-file-name
2019-11-21 17:16:46 -05:00
cc793f323f
lang/org: add <localleader> l prefix for link keybinds
...
Moves 'SPC m l' and 'SPC m L' to 'SPC m l l' and 'SPC m l d',
respectively.
Relevant to #2101
2019-11-21 17:16:46 -05:00
01c98128a5
docs/faq: clarify theme-loading, add 'unable to find theme file' question
2019-11-21 17:16:46 -05:00
2da91f9e47
Merge pull request #2099 from danlamanna/add-terraform-doctor
...
tools/terraform: add doctor dependency check
2019-11-21 16:14:09 -05:00
bda38706f5
Merge pull request #2086 from paldepind/typescript-discoverability
...
lang/javascript: clarify that JavaScript module is also for TypeScript
2019-11-21 16:11:04 -05:00
4aa4a26bc5
tools/terraform: add doctor dependency check
2019-11-21 16:10:43 -05:00
b372bc840b
Correct capitalization
2019-11-21 16:10:16 -05:00
6278a83e3e
Merge pull request #2098 from danlamanna/add-documentation-for-terraform-module
...
tools/terraform: add readme file
2019-11-21 16:08:53 -05:00
cb73a68ab9
docs: update module list
2019-11-21 15:52:19 -05:00
ddd7d714ec
Make it clearer that JavaScript module also is for TypeScript
...
squash! Make it clearer that JavaScript module also is for TypeScript
2019-11-21 21:07:55 +01:00
3a595b8864
tools/terraform: add readme file
2019-11-21 15:04:04 -05:00
fb13b902b0
Minor comment/doc revision & refactors
2019-11-21 14:46:45 -05:00
db19241936
Use gcmh package to manage adjust GC interactively
2019-11-21 14:46:45 -05:00
d41e4983ec
Bind '<help> t' to load-theme
...
And remap load-theme to counsel-load-theme.
This replaces the keybind for help-with-tutorial, but `load-theme` is
useful enough to warrant a keybind. `help-with-tutorial` is not.
2019-11-21 14:46:00 -05:00
6f63a28c8f
Require straight on doom//* commands
2019-11-21 14:24:20 -05:00
da07b63f40
lang/cc: fix #2097 wrong-type-arg listp on c-default-style
2019-11-21 14:21:56 -05:00
d873e75e63
Disable M-x customize & M-x customize-themes
2019-11-21 14:21:56 -05:00
186a923643
Merge pull request #2094 from danlamanna/patch-1
...
lang/python: fix minor documentation mistakes
2019-11-21 14:13:37 -05:00
cfe501fab0
Fix doom//*... again
2019-11-21 14:10:48 -05:00
e105c93b17
lang/latex: fix end-of-file syntax error
2019-11-21 14:04:55 -05:00
0212bb95f8
term/shell: fix void-variable dir #2095
2019-11-21 13:54:37 -05:00
7c2e4cd27a
lang/python: fix minor documentation mistakes
2019-11-21 12:48:50 -05:00
36ba16b295
Add -p/--purge switches to 'doom refresh'
2019-11-21 02:00:24 -05:00
83090894d8
Merge pull request #2087 from paldepind/latex-skim-forward-search
...
lang/latex: support forward search w/ Skim
2019-11-21 00:50:25 -05:00
604cde933f
Refactor Skim forward-search fix
2019-11-21 00:49:37 -05:00
0111ad5781
Merge pull request #2078 from AloisJanicek/fix-ivy-posframe-with-counsel-rg
...
ivy-posframe: ignore counsel-rg
2019-11-21 00:44:32 -05:00
e1435d6453
Merge pull request #2084 from rgrinberg/speedup-guessing-indent
...
Speed up indent guessing
2019-11-21 00:44:06 -05:00
471cbde496
docs/index: add description to :lang javascript #2086
2019-11-21 00:40:24 -05:00
a4fcbb40e9
Revert ed3408d
#2085
2019-11-21 00:36:40 -05:00
643c7b0f18
Fix doom//* commands
...
Hopefully
2019-11-21 00:35:50 -05:00
65805bdcb9
docs/faq: revise 'customized without restarting' answer
2019-11-21 00:34:44 -05:00
34bc6650b1
lang/latex: Support forward search with Skim
2019-11-20 12:09:23 +01:00
c7420a4bd7
Speed up indent guessing
...
Guessing the indentation can be awfully slow because it scans the whole
buffer. This PR overrides the guessing mechanism to scan at most 10000
points.
Signed-off-by: Rudi Grinberg <me@rgrinberg.com >
2019-11-20 11:27:26 +07:00