Henrik Lissner
8c1fb1e6b2
+doom:scratch-buffer => doom/scratch-buffer
2017-07-03 03:39:18 +02:00
Henrik Lissner
69f963013b
Update private/hlissner init.el & bindings
2017-06-29 16:18:47 +02:00
Henrik Lissner
8748c755d6
Fix MacOS reveal-in-finder command keybinds
2017-06-21 18:42:46 +02:00
Henrik Lissner
5de14cb0b0
private/hlissner: refactor; revise keybinds
...
+ Add +jump/* to SPC h bindings
+ Generalize jump-to-bookmark
To use ivy/helm specific jump-to-bookmark (like counsel-bookmark),
better to remap bookmark-jump from their modules.
+ SPC f c => open .editorconfig
2017-06-20 16:32:51 +02:00
Henrik Lissner
54d8e7fe27
private/hlissner: fix markdown key conflicts
2017-06-19 03:50:24 +02:00
Henrik Lissner
bc3aee2a4f
Replace :xref-backend setting with :jump
...
Which takes :definitions, :references, :documentation and :xref-backend.
Each accepts a function that will jump to definitions, references, and
documentation respectively.
If a major-mode has an :xref-backend, you don't need :definitions or
:references.
2017-06-19 00:32:45 +02:00
Henrik Lissner
816df321a5
General refactor & cleanup
2017-06-14 21:15:19 +02:00
Henrik Lissner
4984a548d1
Refactor DOOM init & add new init hooks
...
+ Add doom-init-hook and doom-post-init-hook to simplify Emacs init
hooks into less ambiguous ones.
+ Attach former after-init-hook and emacs-startup-hook hooks to new doom
init hooks.
+ Vastly improves daemon and tty support: preventing incorrect colors
from bleeding across face class barriers, and into GUI Emacs and vice
versa, when spawned with emacsclient.
+ Fix persp-mode breaking Emacs daemon, and ensuring that initialization
is done properly in terminal Emacs (and emacsclient frames).
2017-06-12 00:37:14 +02:00
Henrik Lissner
14968380ff
Move x-*-keysym defs to private init.el
2017-06-09 19:45:06 +02:00
Henrik Lissner
e7b08082fd
Remove unused/redundant ivy bindings
2017-06-09 19:44:41 +02:00
Henrik Lissner
0bc182ef1a
Refactor helm config; fix remaps; move personal binds
2017-06-09 19:44:02 +02:00
Henrik Lissner
33b2ed0545
private/hlissner: add apropos & switch-to-buffer bindings
2017-06-09 13:38:05 +02:00
Henrik Lissner
13c66c6d7c
private/hlissner: correct neotree bindings
2017-06-09 01:09:19 +02:00
Henrik Lissner
c7254e7bdc
Major optimization refactor, across the board
...
+ enable lexical-scope everywhere (lexical-binding = t): ~5-10% faster
startup; ~5-20% general boost
+ reduce consing, function calls & garbage collection by preferring
cl-loop & dolist over lambda closures (for mapc[ar], add-hook, and
various cl-lib filter/map/reduce functions) -- where possible
+ prefer functions with dedicated opcodes, like assq (see byte-defop's
in bytecomp.el for more)
+ prefer pcase & cond (faster) over cl-case
+ general refactor for code readability
+ ensure naming & style conventions are adhered to
+ appease byte-compiler by marking unused variables with underscore
+ defer minor mode activation to after-init, emacs-startup or
window-setup hooks; a customization opportunity for users + ensures
custom functionality won't interfere with startup.
2017-06-09 00:47:45 +02:00
Henrik Lissner
b6beacf804
Refactor evil-goggles config
2017-06-07 03:57:21 +02:00
Henrik Lissner
0e00ece5c3
Merge pull request #93 from gilbertw1/feature-evil-goggles
...
added module ui/evil-goggles
2017-06-07 03:47:43 +02:00
Henrik Lissner
1fd482fa51
Extract neotree from feature/evil => tools/neotree
2017-06-05 00:51:56 +02:00
Bryan Gilbert
78c13a4202
added module ui/evil-goggles
2017-06-04 13:27:19 -04:00
Henrik Lissner
e02e99050f
Bring back evil-multiedit
...
evil-mc is great, but sometimes iedit is simply the better tool.
2017-06-03 12:05:43 +02:00
Henrik Lissner
e73bf9d65a
Revise bindings again + alphabetize leader groupings
2017-05-29 01:05:34 +02:00
Henrik Lissner
5638f509a2
SPC m (recentf) conflicts with localleader
2017-05-28 15:47:07 +02:00
Henrik Lissner
dc3e85054a
Reformat for consistency
2017-05-28 15:42:32 +02:00
Henrik Lissner
86cca42723
private/hlissner: revise bindings (again)
...
+ Remove defunct + refactor
+ Move evil-easymotion bindings to private/hlissner
+ Remove backtab 'fix' in bindings (doesn't work)
+ Clear leader/localleader keys first
+ Put key "fixers" in input-decode-map
2017-05-28 15:38:50 +02:00
Henrik Lissner
fbe782df22
Heavily redesign keybinding design
...
+ SPC and SPC m as leader/localleader (spacemacs-ey)
+ Move all custom keybindings to private +bindings.el file
+ Redesign+rearrange keybindings
2017-05-28 02:48:20 +02:00
Henrik Lissner
0d985281eb
Replace evil-multiedit with evil-mc
2017-05-26 23:08:53 +02:00
Henrik Lissner
7fc4447ef6
Conform nav-flash commands to naming conventions
2017-05-26 20:22:45 +02:00
Henrik Lissner
41a288d21d
Refactor minibuffer bindings
...
+ conform their function names to naming conventions
+ place ivy-specific version in ivy autoloads
2017-05-26 20:22:45 +02:00
Henrik Lissner
10ea06b661
General cleanup + refactor
2017-05-25 20:12:43 +02:00
Henrik Lissner
6b0c75fa0e
Remap evil-record-macro in tabulated-list-mode popup
2017-05-20 18:40:13 +02:00
Henrik Lissner
656452df00
General cleanup & refactor; update TODO
2017-05-19 17:21:52 +02:00
Henrik Lissner
76d9bf76a7
S-iso-lefttab => backtab, not tab
2017-05-19 17:02:09 +02:00
Henrik Lissner
254298b1b0
Revise debug/help keybindings & commands
2017-05-19 16:52:32 +02:00
Henrik Lissner
abe9f06350
Try to fix [backtab] on GNU Emacs
2017-05-19 13:07:59 +02:00
Henrik Lissner
6eb5f1c8d1
Add doom/window-enlargen (replace C-w o bind)
2017-05-19 03:00:27 +02:00
Henrik Lissner
77b2ceef64
map "C-h g" to describe-char
2017-05-18 01:29:27 +02:00
Henrik Lissner
615cf15313
General refactor & cleanup
2017-05-17 21:07:41 +02:00
Henrik Lissner
7f385e6d6e
private/hlissner: add q/Q help-mode-map bindings
2017-05-17 21:07:01 +02:00
Henrik Lissner
199ece00d8
private/hlissner: revise app bindings
2017-05-17 18:39:20 +02:00
Henrik Lissner
b0bb013601
General refactor & cleanup + update TODO
2017-05-17 18:27:02 +02:00
Henrik Lissner
bb07e84f7a
private/hlissner: revise bindings
2017-05-17 01:33:14 +02:00
Henrik Lissner
c22375b7d7
private/hlissner: refactor bindings
2017-05-16 18:05:39 +02:00
Henrik Lissner
e98a65b211
private/hlissner: restore smart indent as default
2017-05-15 22:28:10 +02:00
Henrik Lissner
a1fa0a7dfe
private/hlissner: revise + remove unnecessary keybinds
2017-05-15 20:26:33 +02:00
Henrik Lissner
04c270d76b
feature/evil: move custom keybinds to private module
2017-05-15 20:26:32 +02:00
Henrik Lissner
88126079ab
private/hlissner: remove Y binding (evil provides this)
2017-05-15 20:26:32 +02:00
Henrik Lissner
b613fb773b
private/hlissner: remove C-escape bindings (evil has C-z binding for this)
2017-05-15 20:26:32 +02:00
Henrik Lissner
200846ee35
General refactor + cleanup; update TODO.org
2017-05-14 00:26:53 +02:00
Henrik Lissner
e256d0017a
private/hlissner: revise eval bindings (M-r, M-R, M-b)
2017-05-14 00:21:42 +02:00
Henrik Lissner
de3853cde5
Fix REPL functionality; add :repl ex command
2017-05-12 14:18:27 +02:00
Henrik Lissner
2044872b9b
Move doom/reset-theme to ui/doom (and update binding)
2017-05-11 21:45:50 +02:00