diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2026-05-12 14:23:00 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2026-05-12 14:23:00 +0200 |
| commit | 346506da256e6a1c6af9a3170975129576fd935b (patch) | |
| tree | 5e82d019da28d5be45c7e8568e4ba7e648b33cb7 /accounts/gkleen@sif/emacs.el | |
| parent | 20577d184c030a23a6b384b8570f583bb32f14d2 (diff) | |
| download | nixos-346506da256e6a1c6af9a3170975129576fd935b.tar nixos-346506da256e6a1c6af9a3170975129576fd935b.tar.gz nixos-346506da256e6a1c6af9a3170975129576fd935b.tar.bz2 nixos-346506da256e6a1c6af9a3170975129576fd935b.tar.xz nixos-346506da256e6a1c6af9a3170975129576fd935b.zip | |
...
Diffstat (limited to 'accounts/gkleen@sif/emacs.el')
| -rw-r--r-- | accounts/gkleen@sif/emacs.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/emacs.el b/accounts/gkleen@sif/emacs.el index 8ed3368a..a9d22621 100644 --- a/accounts/gkleen@sif/emacs.el +++ b/accounts/gkleen@sif/emacs.el | |||
| @@ -49,7 +49,8 @@ | |||
| 49 | (custom-set-variables '(git-gutter:update-interval 2)) | 49 | (custom-set-variables '(git-gutter:update-interval 2)) |
| 50 | (custom-set-variables '(git-gutter:hide-gutter t)) | 50 | (custom-set-variables '(git-gutter:hide-gutter t)) |
| 51 | 51 | ||
| 52 | ;; (require 'scratch) | 52 | (require 'scratch) |
| 53 | ;; (global-set-key (kbd "C-x b") 'scratch-switch-to-buffer) | ||
| 53 | (global-set-key (kbd "C-x B") 'scratch-create) | 54 | (global-set-key (kbd "C-x B") 'scratch-create) |
| 54 | ;; (setq initial-major-mode 'scratch-mode) | 55 | ;; (setq initial-major-mode 'scratch-mode) |
| 55 | (setq initial-scratch-message "") | 56 | (setq initial-scratch-message "") |
