doom: add `C-#` binding to toggle line comment

This commit is contained in:
Inhji 2024-02-08 21:10:44 +05:45
parent 87e21e0241
commit ff452d45ee
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
;; Custom keybindings
(map! :n "<f12>" #'org-agenda-list)
(map! "C-M-+" #'doom/increase-font-size)
(map! "C-#" #'comment-line)
;; Display Line numbers
(setq display-line-numbers-type t)