Henrik Lissner
92b98bed11
Fix doom/help-search-loaded-files
...
Would throw a string type error because load-history doesn't only
contain sublists whose CARs are strings.
2020-05-19 17:33:57 -04:00
Oscar Bailey
b445038817
Fix scoop install instructions
...
Just tried installing on Windows, you need to use "scoop bucket add extras" not "scoop enable extras"
2020-05-19 21:42:58 +01:00
Henrik Lissner
265e80123a
Bump :lang clojure
...
clojure-emacs/cider@3a59fe0 -> clojure-emacs/cider@b9d505b
2020-05-19 05:35:03 -04:00
Henrik Lissner
1a0a757a33
Fix void-function +ibuffer/workspace
...
When calling +ibuffer/open-for-current-workspace
2020-05-19 01:56:56 -04:00
Henrik Lissner
49bf79a380
Restore .projectile recognition
...
Why it was removed in the first place: hlissner/doom-emacs#1974
Why it's being restored: seems this causes too much confusion. Folks ask
why projectile doesn't recognize their projects. It's too much of
maintenance hassle. We'll deal with the breaking changes project.el will
introduce when we cross that bridge.
Closes #3074
2020-05-19 01:56:56 -04:00
Henrik Lissner
95547823c6
Merge pull request #3163 from vrinek/patch-1
...
Fix typo
2020-05-18 20:11:05 -04:00
Kostas
ba9448e17a
Fix typo
2020-05-18 16:50:10 -07:00
Henrik Lissner
3fd3fc380f
Merge pull request #3088 from UndeadKernel/update-bindings
...
bindings: update bindings / add remote bindings
2020-05-18 18:20:47 -04:00
Henrik Lissner
e0cc0eba24
Fix 'bad object 5765245...' error on minimap module
2020-05-18 17:23:41 -04:00
Henrik Lissner
cc2be4fd01
Bump :emacs undo
...
ideasman42/emacs-undo-fu@2b1e532 -> ideasman42/emacs-undo-fu@24101b4
ideasman42/emacs-undo-fu-session@0400f15 -> ideasman42/emacs-undo-fu-session@e2043f8
2020-05-18 17:18:12 -04:00
Henrik Lissner
f0632f812b
Bump :editor evil
...
emacs-evil/evil@d243eae -> emacs-evil/evil@3f3b2fe
emacs-evil/evil-collection@ba36304 -> emacs-evil/evil-collection@1237452
To include emacs-evil/evil-collection#335
2020-05-18 17:17:11 -04:00
Undead Kernel
7fc7c35051
bindings: update bindings / add remote bindings
2020-05-18 22:14:59 +02:00
Henrik Lissner
c4a1cc0493
emacs/undo: use doom-first-buffer-hook
2020-05-18 15:38:11 -04:00
Henrik Lissner
b794de3ba2
Merge pull request #3153 from runenesheim/list-all-features
...
add missing +features to modules.org
2020-05-18 15:18:02 -04:00
Henrik Lissner
65d8d6f759
Merge pull request #3155 from felix-clark/kbd-minimap-toggle
...
using dedicated minimap flag
2020-05-18 15:17:58 -04:00
Henrik Lissner
b92f41bfb2
Revert d697ff481
...
Fixes #3158
2020-05-18 15:12:13 -04:00
Henrik Lissner
98f69ee3cf
Fix solaire-mode auto-disabler for daemon users
...
Hopefully.
2020-05-18 14:38:27 -04:00
Henrik Lissner
d5d0ec3c91
Prioritize vue-mode over web-mode for *.vue files
2020-05-18 14:38:02 -04:00
Henrik Lissner
c6fadf4776
Enable ol-notmuch if notmuch module is enabled
...
Closes #3161
2020-05-18 14:10:24 -04:00
Henrik Lissner
a680885ed9
Fix doom-first-{file,buffer}-hook on first file
...
Due to typo.
2020-05-18 13:59:40 -04:00
Felix Clark
07d3d1d46f
using dedicated minimap flag
2020-05-18 07:29:50 -04:00
Rune Nesheim
1acc543823
add missing +features to modules.org
2020-05-18 11:49:40 +02:00
Henrik Lissner
220916ae17
Merge pull request #3093 from sei40kr/taskrunner
...
Add tools/taskrunner module
2020-05-18 03:41:02 -04:00
Henrik Lissner
e470c3fae9
Merge pull request #3152 from strawberryjello/docs-gettingstarted-opensuse
...
add openSUSE installation section to getting started guide
2020-05-18 03:40:17 -04:00
Henrik Lissner
ebdb3399b5
Recommend the correct option for changes in package origin
...
For prompts like these
> In repository "org-roam", remote "origin" has URL
"https://github.com/jethrokuan/org-roam.git "
but recipe specifies a URL of
"https://github.com/org-roam/org-roam.git "
1) Abort
2) Rename remote "origin" to "origin-1", re-create "origin" with correct URL, and fetch
3) Rename remote "origin" manually, re-create it with correct URL, and fetch (Recommended)
4) Delete remote "origin", re-create it with correct URL, and fetch
5) Delete remote "origin", re-create it with manually set URL, and fetch
How to proceed? (1, 2, 3, 4, 5)
4 should be recommended, not 3.
2020-05-18 03:37:42 -04:00
Henrik Lissner
643377d8a4
Fix void-function doom--straight-respect-print-indent-a error
...
On first use of 'doom upgrade'
2020-05-18 03:27:30 -04:00
Seong Yong-ju
3f21d8267a
Add tools/taskrunner module
...
Co-authored-by: chrunchyjesus <chrunchyjesus@users.noreply.github.com>
2020-05-18 16:26:32 +09:00
Cristina Elep
d0a3e9260c
add openSUSE installation section to getting started guide
2020-05-18 15:10:34 +08:00
Henrik Lissner
f96e54fbe8
Merge pull request #3142 from rushsteve1/minimap
...
Minimap Module
2020-05-18 03:07:52 -04:00
Henrik Lissner
21e8277aea
Merge pull request #3141 from otavioschwanck/change-server-command
...
fix rails server lag
2020-05-18 03:03:35 -04:00
Henrik Lissner
470fe21098
Merge pull request #3137 from CeleritasCelery/spell
...
Wrap flyspell-correct-at-point in feature check
2020-05-18 03:00:22 -04:00
Henrik Lissner
1b0264121f
Bump :lang rust
...
brotzeit/rustic@32a962a -> brotzeit/rustic@52b632d
The `rustic-syntax-propertize` function in rustic (set as
`syntax-propertize-function` in emacs) had a performance regression
(reported in brotzeit/rustic#107 ) that caused emacs to effectively lock
up every time the viewport changed. This was fixed upstream in rust-mode
by @phillord in rust-lang/rust-mode@bfe4056 , and ported to rustic by
@brotzeit in brotzeit/rustic#108 .
Closes #3144
Co-authored-by: Jack Brown <jack@brownjohnf.com>
2020-05-18 02:57:18 -04:00
Henrik Lissner
fdf24dc85f
Move centaur-tabs-mode to doom-first-file-hook
2020-05-18 02:56:37 -04:00
Henrik Lissner
da4d867dea
Merge pull request #3150 from tmtvl/prerequisites-for-japanese-input
...
Add the needed migemo variants to the requirements for Japanese input.
2020-05-18 02:49:21 -04:00
Henrik Lissner
152fcc73e3
Merge pull request #3148 from CeleritasCelery/lispyville
...
Allow the user to override lispyville themes
2020-05-18 02:48:38 -04:00
Henrik Lissner
80dbdd55a4
Merge pull request #3143 from dani84bs/develop
...
Add --with-modules to emacs-mac documentation
2020-05-18 02:47:30 -04:00
Henrik Lissner
3939bf99fb
Merge pull request #3140 from brotzeit/ob-rust-remove
...
remove ob-rust
2020-05-18 02:47:21 -04:00
Henrik Lissner
f8be6a33f3
Merge pull request #3106 from Amatrelan/rss-readme
...
add app/rss readme
2020-05-18 02:46:58 -04:00
Henrik Lissner
3d6d034693
Merge pull request #3104 from felix-clark/develop
...
activating dap web modules in TS mode
2020-05-18 02:46:39 -04:00
Henrik Lissner
6318ce3754
Merge pull request #3083 from lazyatom/add-keymap-description-for-ruby
...
Add keymap descriptions for Ruby module
2020-05-18 02:46:27 -04:00
Henrik Lissner
896cefb579
Merge branch 'develop' into add-keymap-description-for-ruby
2020-05-18 02:46:15 -04:00
Henrik Lissner
d697ff481e
Update direnv unconditionally in some cases
2020-05-18 01:38:22 -04:00
Henrik Lissner
bbe3cbdaf6
Activate global-company-mode on doom-first-input-hook
2020-05-17 20:37:07 -04:00
Henrik Lissner
bdd4657e23
Prevent company-abort side-effects suppressing echo-area
...
e.g. some sly commands (like sly-compile-defun) log to the echo area,
but company-abort was being called every time normal mode is
invoked (which happens more often than you'd think). It would be fine if
company-abort noop'ed if company wasn't active, but it doesn't; side
effects ensue.
2020-05-17 20:31:51 -04:00
Tim Van den Langenbergh
2b3f498d5d
Add the needed migemo variants to the requirements for Japanese input.
2020-05-17 21:57:19 +02:00
Steven vanZyl
fe68c654c0
Minimap Fixes
...
Another set of fixes to the minimap as suggested by @hlissner.
- Changed the use-package to :defer t
- Updated the README.org and removed the Hacks section
- Alphabetized the init.example.el list
2020-05-17 15:54:09 -04:00
brotzeit
d8d16d22bc
add rust to +org-babel-mode-alist
2020-05-17 21:28:31 +02:00
Troy Hinckley
993a0770e5
Allow the user to override lispyville themes
2020-05-17 10:29:25 -06:00
Henrik Lissner
98d7b97d33
Fix 'doom run' not (re)executing startup hooks
...
Makes leader keys (among other things) unable to function.
2020-05-17 06:14:37 -04:00
Henrik Lissner
de78d0cc62
Fix #3138 : infinite loop when reading package! files
2020-05-17 06:14:37 -04:00