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
Sean Farley
7f205130af
irc: add +irc|add-circe-buffer-to-persp
...
A convenience function that prevents a new circe buffer (e.g. a new
message pop up) from being added automatically to whichever is current
workspace and instead adds it to the irc workspace.
2019-01-21 17:13:52 -08:00
Sean Farley
8a0098ee52
irc: add +circe-buffer-p
...
This allows us to list the circe buffers as real when they are added to
the +irc--workspace-name.
2019-01-21 17:12:59 -08:00
Sean Farley
03f4a91c93
email: move some gmail specific settings to gmail.el
2019-01-21 16:10:27 -08:00
Aria Edmonds
8e4635bdc8
set nix-indent-function to #'nix-indent-line
2019-01-22 10:44:05 +11:00
Henrik Lissner
096ca1e4cc
Remove redundant "C-a" keybind
2019-01-21 17:51:12 -05:00
Henrik Lissner
99e916348a
lang/java: fix java namespace resolution #1098
...
Now uses slightly more sophisticated namespace resolution when
populating the *.java file template.
2019-01-21 17:39:39 -05:00
Henrik Lissner
4b8c21a34b
Merge pull request #1090 from UndeadKernel/feature_default-emacs-bindings
...
bindings: default set of bindings for emacs users
2019-01-21 17:39:20 -05:00
UndeadKernel
cbd91a4d3e
bindings: standardize movement to the start or end
2019-01-21 11:15:39 +01:00
UndeadKernel
4bc5fac0b2
bindings: Mimic MAC window changes withing emacs
...
The binding applies for evil and non-evil users alike.
2019-01-21 11:15:23 +01:00
Henrik Lissner
ddc0463457
Merge pull request #1011 from ar1a/parinfer-readme
...
Add rudimentary readme to parinfer
2019-01-20 15:28:28 -05:00
Henrik Lissner
c1e1cc78f4
Merge pull request #1092 from seanfarley/develop
...
pdf: fix error when not using evil
2019-01-20 15:25:00 -05:00
Henrik Lissner
ed26b59e1d
Merge pull request #1126 from ar1a/dante
...
lang/haskell: fix dante completion
2019-01-20 15:24:07 -05:00
Henrik Lissner
d46eaeddbf
Merge pull request #1100 from mbger/doc/cc
...
lang/cc Add known issues with bear to readme
2019-01-20 14:23:00 -05:00
Henrik Lissner
7251b50b35
Make bear-macos issue a sub-tree
...
Since it is directly relevant to the project-compile-settings section.
2019-01-20 14:22:45 -05:00
Aria Edmonds
d68ecb7636
lang/haskell: fix dante completion
2019-01-21 06:21:09 +11:00
Henrik Lissner
4b62f1215e
Merge pull request #1104 from UndeadKernel/fix-ipython_async
...
org: let ob-async ignore ob-ipython
2019-01-20 14:16:38 -05:00
Henrik Lissner
8b8e01fd4b
Merge pull request #1110 from UndeadKernel/fix_flycheck-bind
...
bindings: correctly detect if syntax-checker is on
2019-01-20 14:11:09 -05:00
Henrik Lissner
9a8f3070a6
Merge pull request #1119 from mfiano/patch-3
...
common-lisp module: Added keybind to quit sly-xref-mode windows
2019-01-20 14:10:51 -05:00
Henrik Lissner
195212f71c
Merge pull request #1118 from mfiano/patch-2
...
common-lisp module: Fix sly-db button binding
2019-01-20 14:10:16 -05:00
Henrik Lissner
2f42d93988
Merge pull request #1117 from mfiano/patch-1
...
common-lisp module sly-db-quit fix
2019-01-20 14:10:08 -05:00
Michael Fiano
a183fcddf5
common-lisp module: Added keybind to quit sly-xref-mode windows
2019-01-14 20:48:03 -05:00
Michael Fiano
ddc0c1fc21
common-lisp module: Fix sly-db button binding
2019-01-14 20:07:41 -05:00
Michael Fiano
b7de17aecd
common-lisp module sly-db-quit fix
...
The `q` binding for `sly-popup-buffer-mode-map` was overriding `sly-db-mode`'s binding, causing lots of issues.
2019-01-14 19:54:17 -05:00
Henrik Lissner
500519fe00
Increase flycheck delay in insert mode
...
Otherwise it can interrupt your typing.
2019-01-14 00:51:25 -05:00
Henrik Lissner
d7f10cbcbd
lang/cc: fix brace-list argument block indentation
...
Should be
fn({
...
})
Instead of
fn({
...
})
2019-01-14 00:50:33 -05:00
Henrik Lissner
957aa9c63e
lang/cc: make ffap aware of irony include paths
2019-01-14 00:49:58 -05:00
Undead Kernel
7ce8fe4c22
bindings: fix typo (circle -> circe)
2019-01-12 11:04:12 +01:00
UndeadKernel
00ce44a733
bindings: CUA bindings only in evil
2019-01-11 15:09:21 +01:00
Oleksii Filonenko
5287c48092
Move Forge binding to config/default/+evil-bindings
2019-01-11 15:00:24 +02:00
UndeadKernel
4a56eb2b00
bindings: incorrect :when keyword fix
2019-01-11 08:48:20 +01:00
UndeadKernel
14317dcaa4
bindings: quit menu
2019-01-10 16:36:32 +01:00
UndeadKernel
8dfe547601
bindings: swiper and resume for ivy and helm
2019-01-10 14:40:42 +01:00
UndeadKernel
6a55751679
bindings: correctly detect if syntax-checker is on
2019-01-10 14:25:10 +01:00
UndeadKernel
e910e1279f
bindings: er/contract-region
2019-01-10 13:52:35 +01:00
UndeadKernel
40851db96b
bindings: neotree or treemacs with f9
2019-01-10 13:52:35 +01:00
UndeadKernel
d3aa611f85
bindings: app bindings (twitter, email, irc)
2019-01-10 13:52:35 +01:00
UndeadKernel
c8f6c81455
bindings: workspace switch-to
2019-01-10 13:52:35 +01:00
UndeadKernel
1aca8aa378
bindings: move and add more text size bindings
2019-01-10 13:52:35 +01:00
UndeadKernel
5ac21091d7
bindings: add an alt localleader
2019-01-10 13:52:35 +01:00
Undead Kernel
b0b666b8f5
bindings: default set of bindings for emacs users
2019-01-10 13:52:35 +01:00
Oleksii Filonenko
b796ad76cc
Move Forge leader binding to magit/+evil-bindings
2019-01-10 13:15:54 +02:00
Oleksii Filonenko
0d3c8e3d9a
Fix def-package for magit/forge
...
- add :after magit
- fix space position after "Forge"
2019-01-10 13:09:14 +02:00
UndeadKernel
5d4dec996f
org: let ob-async ignore ob-ipython
...
ipython implements its own `async` keyword. As ob-async is loaded now by
default, we need to explicitly tell ob-async not to touch ob-ipython blocks.
2019-01-09 14:14:39 +01:00
Henrik Lissner
4b2dbe42a5
Fix popup :slot property
...
It was broken by the new split-window parameter set on popup windows.
2019-01-08 21:49:43 -05:00