From e4941a972abae960a9393ca4983e649bc4272dfb Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Sun, 27 Nov 2022 14:50:21 -0900 Subject: [PATCH] Re-indent and comment --- lisp/mitch-packages.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 1edd8db..5b00567 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -473,8 +473,7 @@ targets." "https://git.mitchmarq42.xyz/mitch/vimcolors" :files (:defaults "mitch-theme.el")) :config (mitch/visual-setup) - :init - (load-theme 'mitch t)) + :init (load-theme 'mitch t)) (use-package yascroll :diminish @@ -534,7 +533,7 @@ targets." :config (add-hook 'after-save-hook #'(lambda () (if (equal major-mode 'org-mode) - (org-babel-tangle)))) + (org-babel-tangle)))) (defvar org-electric-pairs '((?_ . ?_) (?/ . ?/) (?* . ?*) @@ -647,7 +646,7 @@ Return nil if DIR is not in a hugo project at all." :defer 1) ;; c sharp; taken from https://www.reddit.com/r/emacs/comments/k8tnzg/help_setting_up_c_lsp_omnisharproslyn/ -;; '(there is nothing here because I'm not using c sharp...) +;; (there is nothing here because I'm not using c sharp...) (use-package lsp-mode :hook ((powershell-mode . lsp-mode) @@ -687,7 +686,7 @@ Return nil if DIR is not in a hugo project at all." :diminish :hook (prog-mode . flymake-mode)) -;; Emacs startup profiling +;; Emacs startup profiling -- may not work with chemacs2 (use-package esup :commands esup) @@ -904,6 +903,7 @@ Return nil if DIR is not in a hugo project at all." :custom (youtube-sub-extractor-timestamps 'left-margin) :commands youtube-sub-extractor-extract-subs) +;; Cheat sheet (use-package cheat-sh :straight (:type git :host github :repo "davep/cheat-sh.el") :commands cheat-sh)