Commit Graph

197 Commits

Author SHA1 Message Date
Henrik Lissner
58573a0ce7
Refactor/revise ui/window-select
And bind SPC w C-w (or C-w C-w) to other-window.
2018-01-04 16:16:44 -05:00
Henrik Lissner
ab0223144c
Refactor doom/cleanup-session & corresponding evil command 2018-01-04 16:14:50 -05:00
Henrik Lissner
8e875bfa0e
Phase out doom-kill-buffer 2018-01-04 03:01:35 -05:00
Henrik Lissner
50c1ad0875
Fix esc not exiting snippets
Caused by a custom ESC keybind overriding +evil-esc-hook
2018-01-01 22:42:46 -05:00
Henrik Lissner
7eb1198172
private/default: refactor into multiple files + add evil checks 2017-12-30 00:56:54 -05:00
Henrik Lissner
8b1f8acc0d
Rearrange core config, epa & authinfo bits (fix after! error) 2017-12-27 22:48:05 -05:00
Henrik Lissner
9a71a73538
General, minor refactor 2017-12-27 18:19:33 -05:00
Henrik Lissner
04820bc022
Fix TAB in ivy only half-triggering auto-completion #303 2017-12-25 18:59:44 -05:00
Henrik Lissner
1ef50bd5fa
private/default: fix whitespace in bindings 2017-12-23 19:00:56 -05:00
Henrik Lissner
e641a386ac
private/default: fix malformed-function error while byte-compiling 2017-12-23 16:16:53 -05:00
Henrik Lissner
c417d732c8
private/default: fix wrong-type-argument error while byte-compiling 2017-12-23 16:16:50 -05:00
Henrik Lissner
e1e658145e
private/default: remove vestigial file 2017-12-23 02:55:28 -05:00
Henrik Lissner
ee1e376cba
private/default: fix incorrect autoload cookies 2017-12-23 02:50:07 -05:00
Henrik Lissner
024e0407eb
private/default: fix old keybind references 2017-12-23 02:49:49 -05:00
Henrik Lissner
46b5d5a64a
Remove private/hlissner (moved to hlissner/doom-emacs-private repo) 2017-12-23 02:29:56 -05:00
Henrik Lissner
79fbaf3d98
Add private/default
This will replace private/hlissner.

Addresses #301
2017-12-23 02:27:44 -05:00
Rui Silva
1eaae12207 Fix private module readme's links 2017-12-20 19:15:19 +00:00
Henrik Lissner
d7a4d6fc39
private/hlissner: minor refactor 2017-12-16 23:45:16 -05:00
Henrik Lissner
8173b037d9
Appease byte-compiler, system-name => (system-name) #288 2017-12-11 02:36:02 -05:00
Henrik Lissner
76a4ae459d
Fix obsolete (when|if)-let messages in Emacs 26 2017-12-10 14:49:52 -05:00
Henrik Lissner
e168118243
Revert a8f4d85d; back to help-fns+
Helpful, while sometime useful, tended to be slow when invoked.
2017-12-10 11:49:02 -05:00
Henrik Lissner
a8f4d85da3
core-editor: remove help-fns+ & add helpful 2017-12-09 16:21:42 -05:00
Henrik Lissner
13561c3ddf
private/hlissner: refactor + update 2017-12-09 14:49:33 -05:00
Henrik Lissner
d7938781e1
private/hlissner: fix org-mode-map keybind fixes in +bindings.el #285 2017-12-09 11:53:59 -05:00
Henrik Lissner
908d055cfb
Disable doom/inflate-space-maybe in org-mode #285 2017-12-09 11:39:25 -05:00
Henrik Lissner
39cb30d635
private/hlissner: C-SPC = preview, TAB = complete (only) 2017-12-08 23:14:12 -05:00
Henrik Lissner
5a09d539ba
Breaking change: remove font and theme settings
I am removing settings for core configuration to reduce "magic" in Doom.
set! is meant for cross-configuring modules that may or may not be
enabled. There should be no such concern for configuring Doom core.

From now on, change your fonts with:

  (setq doom-font (font-spec :family "Fira Mono" :size 12)
        doom-variable-pitch-font (font-spec :family "Fira Sans")
        doom-unicode-font (font-spec :family "DejaVu Sans Mono")
        doom-big-font (font-spec :family "Fira Mono" :size 19))
2017-12-08 23:14:12 -05:00
Henrik Lissner
81e9bc6b0c Merge branch 'idoo-patch-1' into develop
* idoo-patch-1:
  Fix typo
2017-11-27 12:53:44 -05:00
Ivan Verevkin
047e5e6a92
Fix typo 2017-11-26 02:36:33 +03:00
Henrik Lissner
574f13006f
Correct reload theme binding 2017-11-09 19:20:28 +01:00
Henrik Lissner
b99f90e969
Fix project name in ivy/helm prompts searching other projects 2017-11-05 01:16:36 +01:00
Henrik Lissner
6b9849fd57
Add conditional autoload/compile cookies #229 2017-11-05 01:16:35 +01:00
Henrik Lissner
8b11a88aa2
Update private bindings 2017-10-25 14:50:33 +02:00
Henrik Lissner
8499727a17
<leader>gs = stage hunk, <leader>S = magit-status 2017-10-08 01:47:27 +02:00
Henrik Lissner
c3398e6afc
New jump command: +jump/online-select 2017-10-07 01:19:24 +02:00
Henrik Lissner
b0c26ea4dd
Remove +workspace/cleanup (doom/cleanup-buffers is better) 2017-10-06 02:37:24 +02:00
Henrik Lissner
06b14a5722
Set private buffer-file-name-style to 'relative-from-project 2017-10-05 01:16:56 +02:00
Amin Bandali
489fe16789 Fix SPC x (function was renamed to 'doom/open-scratch-buffer) 2017-10-03 09:10:53 -04:00
Henrik Lissner
d0fcb23314
Replace feature/eval build system with def-menu! 2017-10-03 02:58:09 +02:00
Henrik Lissner
08b559c70f
Remove C-i fix in private bindings (more harm than good) 2017-10-02 20:02:57 +02:00
Henrik Lissner
b628284db9
Update bindings for renamed org-capture commands #213 2017-10-01 18:04:59 +02:00
Henrik Lissner
a8986c38fa
Fix emacs-ish editing keys in minibuffer 2017-09-29 01:55:51 +02:00
Henrik Lissner
de35ac873a
Major refactor of workspaces api
+ The "main" workspace is no longer treated especially, and can be
  renamed or deleted. Fixes issue mentioned in #200.
+ In the disastrous event that there are no workspaces left, a main one
  is generated and switched to. Under no circumstances should the use be
  left in the nil perspective!
+ Fix the :tabr[ename] ex command throwing argument errors.
+ Refactored most workspace functions.
+ New command: +workspace/close-workspace-or-frame, which is bound to
  C-S-w in my private module.
2017-09-29 01:54:58 +02:00
Henrik Lissner
a4ddb1bc9b
General minor refactor + cleanup 2017-09-28 18:19:15 +02:00
Henrik Lissner
bcfa27a079
Correct +org-capture/dwim keybinds/commands #213 2017-09-28 17:17:58 +02:00
Henrik Lissner
91ff25b150
private/hlissner: add doom/popup-raise & vc-revert keybinds 2017-09-27 14:51:27 +02:00
Henrik Lissner
525bbd3fdf
tools/term: rename commands for consistency 2017-09-27 14:50:53 +02:00
Henrik Lissner
0d1f106252
Update personal bindings with new commands 2017-09-25 03:02:43 +02:00
Henrik Lissner
1685076202
New commands: doom/open-{,project-}scratch-buffer 2017-09-25 03:02:13 +02:00
Henrik Lissner
597bfb1a3c
Move feature/hydra into core-keybinds 2017-09-24 17:10:47 +02:00