Henrik Lissner
99fd8b4e1b
O'byte-compiler
...
Who forbade the obsolete,
Hooks, functions; adieu.
(And an unused argument too)
2019-02-03 18:42:09 -05:00
Henrik Lissner
951b2be7d1
Enable magit-todos-mode globally
...
Rather than treat it like it's a minor mode.
2019-02-03 18:39:34 -05:00
Henrik Lissner
4a94599b19
Fix TAB fallthrough if yas-minor-mode is disabled
...
yas-expand will error out if yas-minor-mode is disabled, preventing TAB
from falling through to the next action.
2019-02-03 18:39:34 -05:00
Henrik Lissner
4132be4208
org-agenda-window-setup = popup-window
...
This is a custom setting that allows org agenda windows to be managed by
Doom's popup manager.
2019-02-03 18:39:29 -05:00
Henrik Lissner
bd9df22f99
Merge pull request #1147 from seanfarley/smf/bindings
...
More MacOS bindings
2019-02-01 15:57:11 -05:00
Henrik Lissner
b0c84384a4
Fix <f9> = +treemacs/toggle for non-evil users
2019-01-29 18:59:21 -05:00
Sean Farley
11b4a3502a
bindings: add common comment toggle
...
This is fairly common in most editors so let's make lives easier.
2019-01-28 23:14:14 -08:00
Sean Farley
febad24a1d
bindings: add some more macos behaviors
2019-01-28 23:14:14 -08:00
Henrik Lissner
a1b24db458
Merge pull request #1145 from versinib/develop
...
Fix description for increase/decrease font size
2019-01-28 21:01:32 -05:00
Henrik Lissner
e9d09d17da
Remove s-x / s-; keybinds
2019-01-28 21:00:41 -05:00
Henrik Lissner
6da148e928
Fix s-q on macos for non-evil users
...
There's no guarantee evil-quit-all will be defined.
2019-01-28 20:17:37 -05:00
Henrik Lissner
b085dd8180
Refactor out redundant hook
2019-01-28 19:55:36 -05:00
Henrik Lissner
5baaf08246
Move evil-mc library to editor/multiple-cursors
2019-01-28 19:54:55 -05:00
Bastien Versini
451989813f
Fix description for increase/decrease font size
2019-01-26 23:08:39 +01:00
Ivan Kryvoruchko
bab37d3047
Fix Clojure def/doc lookup handlers, add references one
2019-01-26 15:34:32 +02:00
Ivan Kryvoruchko
6750c84af5
Add descriptions for clojure-mode map
2019-01-26 15:06:14 +02:00
Oleksii Filonenko
5b44d3fa61
Set forge-database-file in doom-etc-dir
...
Suggested by @luigy
2019-01-26 12:18:31 +02:00
Henrik Lissner
7ca2b42d2b
lang/lua: set default indent = tab-width
...
Because it's original default was 3. Madness.
2019-01-25 03:10:28 -05:00
Henrik Lissner
168236e9c0
Merge pull request #1134 from luigy/fix-doom/update-package
...
Fix doom/update-package
2019-01-25 01:12:56 -05:00
Henrik Lissner
9b071f931a
Merge pull request #1133 from ztlevi/treemacs
...
ui/treemacs: fix for cache path concatenation
2019-01-25 01:12:13 -05:00
Luigy Leon
a3694edb15
Fix doom/update-package
2019-01-24 02:13:16 -05:00
Ting Zhou
e00ea2c306
ui/treemacs: assgin treemacs--last-error-persist-file
2019-01-23 14:18:31 -08:00
Henrik Lissner
2e8329e6b6
Fix error message with async lookup handlers
...
Even if they succeeded.
Mentioned in #716
2019-01-23 16:07:09 -05:00
Henrik Lissner
5c1edde613
app/irc: general refactor
2019-01-23 15:54:12 -05:00
Henrik Lissner
fa5bebc13a
tools/magit: fix ivy's sorting with magit #1131
...
By default, magit-completing-read-function is set to
magit-builtin-completing-read, which already includes ivy support.
2019-01-23 14:43:01 -05:00
Henrik Lissner
36a97b28aa
Fix flickering PDFs in pdf-view-mode #1107
2019-01-22 19:29:13 -05:00
Henrik Lissner
a337c1bd4e
lang/org: generalize newline keys
...
To make them available to both emacs/evil users.
2019-01-22 19:29:13 -05:00
Henrik Lissner
082bdfe865
Add C-RET/C-S-RET aliases for M-RET/M-S-RET
2019-01-22 19:29:13 -05:00
Henrik Lissner
f264a9bc6e
Back to command = super, option = meta on MacOS
...
On MacOS, command used to be 'meta, which Emacs (and many packages) use
for many keybinds. I don't want to pollute the command key, so it is now
meta (as is the Emacs default).
The MacOS keybind fixes have been moved back to super.
2019-01-22 19:29:13 -05:00
Henrik Lissner
f45073880b
Use new company-box-show-single-candidate option
...
And remove old hack since sebastiencs/company-box#40 was merged.
2019-01-22 19:29:13 -05:00
Henrik Lissner
4b129cb17d
Fix rg/ag in eshell #1122
...
Arguments aren't implicitly passed to aliases.
2019-01-22 19:29:13 -05:00
Henrik Lissner
c32862c325
Merge pull request #1132 from seanfarley/smf/remap-tracking
...
irc: remap tracking-next-buffer to +irc/tracking-next-buffer
2019-01-22 17:01:34 -05:00
Sean Farley
fe44a3c435
irc: remap tracking-next-buffer to +irc/tracking-next-buffer
...
This prevents default keybindings from using `tracking-next-buffer' so
that a user doesn't accidentally end up in a weird mixed workspace.
2019-01-22 13:56:34 -08:00
Henrik Lissner
a32c5f7869
Move macos super key fixes to meta
...
And add Option motion keybinds.
2019-01-22 04:11:11 -05:00
Henrik Lissner
24b4d24d18
Fix #1127 : errant entry in org-structure-template-alist
...
Caused an error when org-insert-structure-template is called in
org-mode.
2019-01-21 22:35:49 -05:00
Henrik Lissner
bd8f33df52
tools/magit: :when+not => :unless
...
Minor refactor
2019-01-21 22:27:03 -05:00
Henrik Lissner
6bbc095694
Merge pull request #1128 from ar1a/nix-indent
...
set nix-indent-function to #'nix-indent-line
2019-01-21 22:24:34 -05:00
Henrik Lissner
26caa28e8f
Merge pull request #1130 from seanfarley/smf/irc
...
irc: automatically add circe buffers to irc workspace
2019-01-21 22:22:41 -05:00
Henrik Lissner
d913695fde
Merge pull request #1129 from seanfarley/smf/mail-settings
...
email: move some gmail specific settings to gmail.el
2019-01-21 22:21:42 -05:00
Henrik Lissner
786d90a85f
Revert flycheck-idle-change-delay delay to default
...
...when exiting insert mode.
2019-01-21 22:19:25 -05:00
Henrik Lissner
b6718715fe
Fix doom-big-font-mode when no frame exists
...
It must still be appended to emacs-startup-hook. If it's run any
earlier, doom|init-fonts will overwrite it.
Reported by @ar1a.
2019-01-21 22:19:14 -05:00
Henrik Lissner
89311f567e
Add docstring to +default-repeat-keys
...
And switch order of M-;/A-; to match sort order for M-x/A-x/s-; binds in
config.el.
2019-01-21 22:10:18 -05:00
Henrik Lissner
ebf9e6c7e8
SPC ; => eval-expression
2019-01-21 22:10:07 -05:00
Henrik Lissner
aa13c9a4d3
Group CUA minibuffer keys
2019-01-21 22:09:49 -05:00
Henrik Lissner
1f523dfdd6
Replace global meta keybinds w/ super fixes on Mac
...
These super keybinds are exclusively to repair conventional behavior for
CMD OS keys.
2019-01-21 22:09:02 -05:00
Henrik Lissner
139ef46956
Also bind s-x to execute-extended-command
...
Makes M-x harder to miss (in the case where you use multiple computers
with different modifier layouts on their keyboards).
2019-01-21 22:07:58 -05:00
Henrik Lissner
3694b0d411
Standardize M-RET/M-S-RET as an "add new item" key
2019-01-21 22:07:31 -05:00
Henrik Lissner
17c1759457
Revise smartparens doc comments
2019-01-21 21:19:00 -05:00
Sean Farley
274d9a6c0c
irc: add +irc/tracking-next-buffer
...
This way the user won't accidentally switch to the next unread buffer in
the wrong workspacee and end up in a weird state.
2019-01-21 17:48:55 -08:00
Sean Farley
ffc9e0f48e
irc: enable tracking last read message
2019-01-21 17:17:24 -08:00