Commit Graph

15 Commits

Author SHA1 Message Date
8dda526768 Emacs: Add C-x F for find-file, C-x C-S-f doesn't work in terminals. 2020-03-29 22:58:53 +02:00
a67c9958be Emacs: Add keybinding C-DEL → my/backward-delete-word.
It doesn't work in the terminal because of ancient UNIX bullshit.
2020-03-29 21:49:54 +02:00
fb639bfab1 Emacs: Rebind a bunch of keybindings from C-x to C-c.
<https://emacs.stackexchange.com/a/42166>
2020-03-27 17:11:14 +01:00
18085e21de Emacs: Require package-management.el in init files. 2020-03-18 15:00:17 +01:00
b24cde35d3 Emacs: Switch to straight for package management. 2020-03-15 23:38:06 +01:00
0f0c3e68c8 Emacs: Refactor basics/*. 2020-03-10 14:33:47 +01:00
c3337ba4be Emacs: Show minor-modes, but only some of them. 2020-02-11 17:48:50 +01:00
ea04b1562a Emacs: Bind C-x C-f to projectile-find-file. 2020-02-11 16:55:16 +01:00
de9790895f Emacs: Add counsel-projectile. 2020-02-11 16:47:12 +01:00
c1802d3f99 Emacs: Reduce scroll lag significantly. 2020-01-28 10:25:01 +01:00
7a2035f283 Emacs: Delete frame with C-q. 2020-01-27 09:21:22 +01:00
563fcdc14e Emacs: Redistributed keybindings. 2020-01-27 09:13:36 +01:00
667e0c2404 Emacs: Add Emacs-over-SSH workaround for windmove. 2020-01-23 03:39:28 +01:00
3dae6df898 Emacs: Use windmove for moving between windows. 2020-01-21 01:49:47 +01:00
2d576fec10 Rename .emacs/init → .emacs/init.d and fix comment-face.
Inheriting `font-lock-comment-face` in `font-lock-comment-face` would lock up
Emacs.
2019-12-26 19:23:43 +01:00