Indentation, whitespace

This commit is contained in:
Benson Chu 2021-04-07 20:39:35 -05:00
parent c497870606
commit 9ab722abfa
3 changed files with 5 additions and 5 deletions

View file

@ -527,9 +527,9 @@
;; Banner comments
(unless my/at-ti
(use-package banner-comment
:commands banner-comment
:bind (("C-c h" . #'banner-comment))))
(use-package banner-comment
:commands banner-comment
:bind (("C-c h" . #'banner-comment))))
(add-hook 'lisp-mode-hook
(lambda () (setq comment-start ";; ")))

View file

@ -633,7 +633,7 @@
(use-package org-roam
:after org
:hook
:hook
(after-init . org-roam-mode)
:straight (:host github :repo "jethrokuan/org-roam" :branch "master")
:custom

View file

@ -32,7 +32,7 @@
(use-package org-super-agenda)
(org-super-agenda-mode)
(add-to-list 'load-path
(add-to-list 'load-path
"~/.emacs.d/submodule/org-ql")
(use-package peg)
(use-package ov)