Take out useless comments

master
trémeur 2 years ago
parent e6a79ce0a8
commit 0e958f91b9

@ -182,7 +182,7 @@ I use BibLaTeX for better compatibility with accented characters and generally b
** =calibredb= ** =calibredb=
This may work only on Linux (it uses SQL???, but my ebooks are only on Linux so thats ok. This may work only on Linux (it uses SQL???), but my ebooks are only on Linux so thats ok.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(when (islin) (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 #+BEGIN_SRC emacs-lisp
(unless (atwork) (unless (atwork)
(use-package deft (use-package deft
;; for searching journal files
:config :config
(setq deft-extensions '("org")) (setq deft-extensions '("org"))
(setq deft-directory "~/Documents/drive/org/journal") (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 #+BEGIN_SRC emacs-lisp
(use-package neotree (use-package neotree
;; show filetree
:init :init
(global-set-key [f8] 'neotree-toggle) (global-set-key [f8] 'neotree-toggle)
:config :config
@ -456,7 +454,6 @@ Let properties be inherited by subheadings. I use this a lot for =:LOCATION:= on
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package org-agenda-property) (use-package org-agenda-property)
;; lets properties inherit
#+END_SRC #+END_SRC
**** =org-journal= **** =org-journal=
@ -640,7 +637,6 @@ As previously described, “the big boy”. I know little about most of these se
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package tex (use-package tex
;; the big boy
:ensure auctex :ensure auctex
:mode ("\\.tex\\'" . latex-mode) :mode ("\\.tex\\'" . latex-mode)
:init :init
@ -663,7 +659,6 @@ Automatically use smart quotes in text modes. (This was set up with =org-mode-ho
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package typo (use-package typo
;; smart quotes
:custom :custom
(typo-global-mode 1) (typo-global-mode 1)
:init :init

Loading…
Cancel
Save