diff options
| author | Jesus <heckyel@hyperbola.info> | 2024-05-19 11:33:49 +0800 |
|---|---|---|
| committer | Jesus <heckyel@hyperbola.info> | 2024-05-19 11:33:49 +0800 |
| commit | 5eda7990e28cc070c061c2734b803612a20921b8 (patch) | |
| tree | 701ca9bee889df6e84216d9dea205df31ff5f181 /modules/init-gui.el | |
| parent | 533ea6953fa034c9752f8e73a4220747ef7bb255 (diff) | |
| download | emacs-personal-5eda7990e28cc070c061c2734b803612a20921b8.tar.lz emacs-personal-5eda7990e28cc070c061c2734b803612a20921b8.tar.xz emacs-personal-5eda7990e28cc070c061c2734b803612a20921b8.zip | |
Remove unused packages
Diffstat (limited to 'modules/init-gui.el')
| -rw-r--r-- | modules/init-gui.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/init-gui.el b/modules/init-gui.el index bca7905..33a62e4 100644 --- a/modules/init-gui.el +++ b/modules/init-gui.el @@ -69,6 +69,7 @@ (global-set-key (kbd "<f12>") 'revert-buffer-no-confirm) (global-set-key (kbd "s-h") 'global-hl-line-mode) ; Highlight current line (global-set-key (kbd "M-c") nil) ; disable capitalize-word +(global-set-key (kbd "<f6>") 'display-line-numbers-mode) ;; muti-curses (global-set-key (kbd "C->") 'mc/mark-next-like-this) (global-set-key (kbd "C-<") 'mc/mark-previous-like-this) |
