Commit Graph

6596 Commits

Author SHA1 Message Date
5608ba7236 emacs/dired: disable dired-git-info-mode in wdired-mode
And refactor ranger/dired keybind for dired-git-info-mode (#2106).
2019-11-23 01:26:17 -05:00
44e22b7f80 tools/magit: replace +magit/clone w/ magit-clone
The former no longer works, since ghub's API has changed. Meanwhile, the
magit-clone command has grown in features to match (and surpass)
+magit/clone, so we'll just use that instead.
2019-11-23 01:21:25 -05:00
26c8f5c6ef Bytecompiler bytecompiler, won't you shut up 2019-11-23 01:21:25 -05:00
a5ff637e6f emacs/dired: ranger catch up dired-git-info 2019-11-22 22:14:23 -08:00
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
aa19eeed0f Fix #2100: shell modeline doesn't stay hidden 2019-11-22 13:17:06 -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
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
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
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
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
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
da07b63f40 lang/cc: fix #2097 wrong-type-arg listp on c-default-style 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
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
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
34bc6650b1 lang/latex: Support forward search with Skim 2019-11-20 12:09:23 +01:00
b63e62ef49 config/literate: allow config.org to be a symlink #2079 2019-11-19 20:37:49 -05:00
30f72da02a Fix No such file org-version.el errors #2010
We generate an org-version.el file, rendering our old org-release hacks
unnecessary. This may cause breakages for uses who do deep clones of
org-plus-contrib; needs testing.
2019-11-19 20:29:22 -05:00
c2d66ccdcf ivy-posframe: ignore counsel-rg 2019-11-19 13:24:54 +01:00
caed1f2d1a Use CMake docset for cmake-mode 2019-11-19 09:58:52 +10:00
263c82def1 Remove references to old ivy/helm search commands
And consolidate ex commands into :pg[rep][!] and :pg[rep]d[!].
2019-11-18 15:06:11 -05:00
0be962bb77 tools/eshell: remove ag alias, add dired alias 2019-11-18 14:19:10 -05:00
fd979d8e52 completion/helm: fix void variable refs #2071 2019-11-18 14:17:48 -05:00
c44185168d completion/helm: remove +helm-project-search-engines
No longer used as of a66872fe2
2019-11-17 23:57:45 -05:00
dca4ff7887 completion/helm: remove redundant package cookies 2019-11-17 23:43:41 -05:00
088541a32d Bind 'SPC s S' to swiper-isearch-thing-at-point 2019-11-17 23:41:00 -05:00
d2092ae44e completion/ivy: load counsel earlier
Fixes an issue where counsel was being loaded later than ivy-prescient,
which requires that it be loaded earlier.
2019-11-17 17:56:25 -05:00
ffb4aa91da lang/python: minor refactor & reformatting 2019-11-17 16:48:25 -05:00
39f01450cb lang/python: load flycheck-cython conditionally 2019-11-17 01:23:45 -05:00
a66872fe25 Focus on ripgrep; remove ag, git-grep & grep support
We're focusing on ripgrep so we can iterate on search functionality in
Doom quicker. There is nothing the other search backends can do that
ripgrep can't. It is now a hard dependency for Doom.
2019-11-17 01:19:59 -05:00
c30d0ab1b7 tools/eval: ensure final newline after repl input #2056
Fix an issue where the final line of send-to-repl input (via gr) isn't
consistently processed.
2019-11-17 01:15:51 -05:00
8aff949449 config/default: remove unneeded feature gating 2019-11-16 21:33:17 -05:00
f54d7a15cd tools/eval: send to repl (via gr) by line #2056 2019-11-16 20:57:04 -05:00
4dc3f0956a lang/csharp: move omnisharp-cache-directory to doom-etc-dir
It deceptively uses this directory to store the omnisharp server, rather
than just its cache files. Servers belong in doom-etc-dir.
2019-11-16 20:55:53 -05:00
2ce6d3a66d Merge pull request #2067 from rgrinberg/disable-hello-company-coq
lang/coq: proof-splash-enable = nil & refactor
2019-11-16 13:26:33 -05:00
25e5c66777 Fix 'irc-buffers is not a defined segment' error
It was merged into irc segment upstream:
seagle0128/doom-modeline/dcc57fd4
2019-11-16 13:24:29 -05:00