mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 12:30:59 +01:00
update emacs config to 21th century
This commit is contained in:
8
conf-lisp/shellscript.el
Normal file
8
conf-lisp/shellscript.el
Normal file
@@ -0,0 +1,8 @@
|
||||
;; *** Shell-Script Mode
|
||||
|
||||
;; C-c C-c [un-]comments everywhere, force in shell-script-mode as well
|
||||
(add-hook
|
||||
'sh-mode-hook
|
||||
(function
|
||||
(lambda()
|
||||
(local-set-key (kbd "C-c C-c") 'comment-or-uncomment-region-or-line))))
|
||||
Reference in New Issue
Block a user