Commit Graph

27 Commits

Author SHA1 Message Date
tastytea 655955aaa2
Add dap-mode for debugging. 2021-06-26 15:26:34 +02:00
tastytea a54a36a2e9 Emacs: Remove Time-stamps. 2020-12-13 11:00:14 +01:00
tastytea 5253f22d7b Emacs: Alias M-; C-; for TUI mode. Configure in alacritty & urxvt. 2020-11-29 13:33:43 +01:00
tastytea 920d2c29b5 Emacs: M-DEL synonymous with C-DEL.
Needed for terminal emulator workarounds.
2020-11-25 06:41:35 +01:00
tastytea f2cf118fe9 Emacs: Mark built-in packages explicitly. 2020-11-18 18:38:55 +01:00
tastytea d233acbf61 Emacs: Fixed errors introduced by use-package-always-defer → t. 2020-05-24 22:59:31 +02:00
tastytea 79f61ba47b Emacs: Make M-<delete> synonym to C-<delete>. 2020-05-17 19:46:40 +02:00
tastytea b11a9e709f Emacs: Enable upcase-region and downcase-region. 2020-04-27 14:45:52 +02:00
tastytea 1dac11b5e1 Emacs: Enable keybinding for set-goal-column. 2020-04-17 16:43:48 +02:00
tastytea 4300313882 Emacs: :defines ('…) did not work. 2020-03-31 16:15:00 +02:00
tastytea 8996113d4d Emacs: Silence warning about which-key-mode. 2020-03-31 03:48:33 +02:00
tastytea 53520e3aed Emacs: Refactor keybindings. 2020-03-31 03:47:58 +02:00
tastytea 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
tastytea 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
tastytea 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
tastytea 18085e21de Emacs: Require package-management.el in init files. 2020-03-18 15:00:17 +01:00
tastytea b24cde35d3 Emacs: Switch to straight for package management. 2020-03-15 23:38:06 +01:00
tastytea 0f0c3e68c8 Emacs: Refactor basics/*. 2020-03-10 14:33:47 +01:00
tastytea c3337ba4be Emacs: Show minor-modes, but only some of them. 2020-02-11 17:48:50 +01:00
tastytea ea04b1562a Emacs: Bind C-x C-f to projectile-find-file. 2020-02-11 16:55:16 +01:00
tastytea de9790895f Emacs: Add counsel-projectile. 2020-02-11 16:47:12 +01:00
tastytea c1802d3f99 Emacs: Reduce scroll lag significantly. 2020-01-28 10:25:01 +01:00
tastytea 7a2035f283 Emacs: Delete frame with C-q. 2020-01-27 09:21:22 +01:00
tastytea 563fcdc14e Emacs: Redistributed keybindings. 2020-01-27 09:13:36 +01:00
tastytea 667e0c2404 Emacs: Add Emacs-over-SSH workaround for windmove. 2020-01-23 03:39:28 +01:00
tastytea 3dae6df898 Emacs: Use windmove for moving between windows. 2020-01-21 01:49:47 +01:00
tastytea 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