Commit Graph

11898 Commits

Author SHA1 Message Date
d27ff78444 Update discord links 2020-01-27 23:36:39 -05:00
b9f823bfa2 Autoload org-download-{yank,screenshot}
Fixes #2429
2020-01-27 17:04:29 -05:00
26e0e9dd2a Bump to emacs-straight/undo-tree@ad58b21 2020-01-27 03:06:14 -05:00
471be76ba5 Fix typo causing void-function error 2020-01-27 02:05:14 -05:00
5056c74688 Fix some packages failing to fetch on 'doom update' 2020-01-27 01:44:30 -05:00
f5800b5b40 Bump to hlissner/emacs-doom-themes@d48df7b 2020-01-27 00:51:37 -05:00
99fc55f75c General, minor refactors in doom core 2020-01-27 00:51:32 -05:00
dadd54604b Refactor package update logic
Still needs more work.
2020-01-26 21:21:06 -05:00
1666ab3ddc Fix #2398: recursive load in wanderlust
Its dependencies weren't installed in the correct order (and a super old
version of semi was installed because it didn't have an explicit package
declaration).
2020-01-26 19:17:48 -05:00
e4728736e5 Bump lsp-mode 2020-01-26 19:17:48 -05:00
f3a75004e0 Merge pull request #2418 from dive/eshell-configuration-improvements
term/eshell: allow arguments for `ls` aliases
2020-01-26 15:40:17 -05:00
d123128dc5 Unpin neotree in evil module
This package! is here to ensure neotree is installed/byte-compiled
before evil-collection. The neotree module manages (and pins) it, so we
don't need to here.
2020-01-26 15:32:45 -05:00
743c03f608 Bind 'SPC m a c' to org-download-screenshot #2429 2020-01-26 15:12:14 -05:00
31d330db48 Bump evil-collection 2020-01-26 05:19:27 -05:00
32cedd96f9 Revert 310e657 & bump evil
Thanks to emacs-evil/evil#1255
2020-01-26 05:16:49 -05:00
c395c08788 Fix #2396: remove unnecessary neotree popup hacks
Looks like they're not needed anymore.
2020-01-26 05:00:58 -05:00
a2354a7ad7 Add -p/--packages to 'doom upgrade'
And document -f/--force
2020-01-26 05:00:57 -05:00
7ff7287df5 Reorganize docs/index, move modules to docs/modules 2020-01-26 05:00:57 -05:00
6cdc060432 Update & revise docs/faq.org 2020-01-26 04:19:39 -05:00
827225e331 Fix #2429: replace defunct attach: links w/ download:
Forgot that support for attach: links were removed some time ago, but I
still want short org-download links, so I've added 'download:' links.
2020-01-26 02:20:39 -05:00
871201dad6 Minor doc/comment revision & fixes 2020-01-26 01:31:53 -05:00
786dec3e50 Remove Inbox heading on org journal capture template 2020-01-25 19:02:01 -05:00
6758110a25 Properly disable direnv when direnv-mode is disabled 2020-01-25 19:02:01 -05:00
8aec15c287 Load lsp-mode a *little* later 2020-01-25 19:02:01 -05:00
038e52d709 tools/lookup: add +offline feature
For offline dictionary/thesaurus lookup, using wordnut and synosaurus.
2020-01-25 19:02:01 -05:00
7cf197d8ae Fix reference to old +lookup-symbol-or-region
Was replaced with doom-thing-at-point-or-region in 27bf3c85b
2020-01-25 19:02:01 -05:00
57f550bc85 Rename & change doom/update-pinned-package-declaration
+ Now named doom/update-pinned-package-form
+ If passed the prefix arg, the command now prompts for a remote commit
  to use.
2020-01-25 19:02:01 -05:00
f600605de3 Add "unpin" section to doom/info
Important when debugging potential upstream issues.
2020-01-25 19:02:01 -05:00
a9402cfb55 Fix #2373: bring back package pinning
This needs some serious refactoring...
2020-01-25 19:02:00 -05:00
de6732b4ae Merge pull request #2423 from korantu/patch-1
docs/getting_started.org: clang -> llvm for homebrew
2020-01-25 15:58:09 -05:00
cc6d4aa7d1 Merge pull request #2425 from nikodemus/org-mode-sticky-emacs-state
Make +org--insert-item respect emacs-mode
2020-01-25 15:51:42 -05:00
8332daccee make +org--insert-item respect emacs-mode
No change of behaviour in non-emacs modes, but in emacs-mode stays there
   instead of switching to insert-mode.
2020-01-25 19:38:33 +02:00
ea7a51de8b use updated brew package name to get clang 2020-01-26 00:49:26 +08:00
d39961b30d Replace doom/help-package-homepage w/ straight-visit-package-website
No need to reinvent the wheel.
2020-01-24 22:19:00 -05:00
26436752ec Mention evil-{want-Y-yank-to-eol,move-cursor-back} in evil readme 2020-01-24 19:50:29 -05:00
87b33c4161 Fix #2421: replace bundler with fork
Until endofunky/bundler.el#25 is merged
2020-01-24 19:44:53 -05:00
f39aae4d67 Fix column-wise edits affecting empty lines
The docstring for evil-insert-skip-empty-lines is misleading.
2020-01-24 18:33:14 -05:00
f1ab3e5cab Remove redundant evil settings
These are already the default.
2020-01-24 18:33:04 -05:00
c3734603f5 Don't strip out vars from doom module autoloads
Doom's autoloads generator will strip out forms that modify variables in
doom-autoload-cached-vars (load-path, auto-mode-alist, etc). These are
undesireable in package autoloads, but may be desireable in Doom module
autoloads.
2020-01-24 18:16:11 -05:00
14fc65a9fb Remove nconcq! macro
Unused and unnecessary.
2020-01-24 18:14:17 -05:00
a681a32efc docs/api: add setq! demo 2020-01-24 17:50:45 -05:00
d1442a03bf Expand docstring for setq! 2020-01-24 16:38:44 -05:00
d1db28f417 make ls aliases work with subdirectories 2020-01-24 21:22:06 +00:00
3ebdc513f8 Revert 24d804da7 #2415
It was fixed upstream in magit/magit@6bfe8c0
2020-01-24 05:16:09 -05:00
49636beb21 Update lang/sh readme to new format #1166 2020-01-24 05:16:09 -05:00
2c536cf948 Merge pull request #2402 from snyball/develop
Fix #2397: helm posframe
2020-01-23 17:20:58 -05:00
c19ffea299 Merge pull request #2410 from Geospace/develop
Move an aspell specific argument to appropriate block
2020-01-23 17:20:27 -05:00
87de82668d Merge pull request #2412 from Gollum999/patch-1
Fix garbage minibuffer history when launching debugger
2020-01-23 17:20:08 -05:00
24d804da79 Fix #2415: install magit-section 2020-01-23 17:12:46 -05:00
7541611863 Fix garbage minibuffer history when launching debugger
9a93aa1df9 (commitcomment-36934820)
2020-01-23 10:22:04 -06:00