From 0e958f91b946bb9624ed2fe6fed0549591596ca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Fri, 2 Dec 2022 10:41:57 +0000 Subject: [PATCH] Take out useless comments --- config.org | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/config.org b/config.org index cfd004f..b21a173 100644 --- a/config.org +++ b/config.org @@ -182,7 +182,7 @@ I use BibLaTeX for better compatibility with accented characters and generally b ** =calibredb= -This may work only on Linux (it uses SQL???, but my ebooks are only on Linux so that’s ok. +This may work only on Linux (it uses SQL???), but my ebooks are only on Linux so that’s ok. #+BEGIN_SRC emacs-lisp (when (islin) @@ -205,7 +205,6 @@ Let me search my journal files, not synced to my work computer. Stupid regexp fo #+BEGIN_SRC emacs-lisp (unless (atwork) (use-package deft - ;; for searching journal files :config (setq deft-extensions '("org")) (setq deft-directory "~/Documents/drive/org/journal") @@ -375,7 +374,6 @@ Show a nice filetree with icons. I use this much less often than I should. #+BEGIN_SRC emacs-lisp (use-package neotree - ;; show filetree :init (global-set-key [f8] 'neotree-toggle) :config @@ -456,7 +454,6 @@ Let properties be inherited by subheadings. I use this a lot for =:LOCATION:= on #+BEGIN_SRC emacs-lisp (use-package org-agenda-property) - ;; lets properties inherit #+END_SRC **** =org-journal= @@ -640,7 +637,6 @@ As previously described, “the big boy”. I know little about most of these se #+BEGIN_SRC emacs-lisp (use-package tex - ;; the big boy :ensure auctex :mode ("\\.tex\\'" . latex-mode) :init @@ -663,7 +659,6 @@ Automatically use smart quotes in text modes. (This was set up with =org-mode-ho #+BEGIN_SRC emacs-lisp (use-package typo - ;; smart quotes :custom (typo-global-mode 1) :init