mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
Indentation, whitespace
This commit is contained in:
parent
c497870606
commit
9ab722abfa
3 changed files with 5 additions and 5 deletions
|
|
@ -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 ";; ")))
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue