mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 04:20:57 +01:00
using require
This commit is contained in:
12
lisp/init-shellscript.el
Normal file
12
lisp/init-shellscript.el
Normal file
@@ -0,0 +1,12 @@
|
||||
;; *** 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))))
|
||||
|
||||
|
||||
(provide 'init-shellscript)
|
||||
;;; init-shellscript.el ends here
|
||||
Reference in New Issue
Block a user