Update disabled tags, add headings

This commit is contained in:
contrapunctus 2022-01-14 19:27:10 +05:30
parent e3584f2712
commit 6a707d8468
1 changed files with 30 additions and 8 deletions

View File

@ -379,12 +379,11 @@ Must put this after loading the custom file, or I get prompted about the theme e
)
#+END_SRC
** powerline :disabled:
** powerline
#+BEGIN_SRC emacs-lisp
(use-package powerline)
#+END_SRC
**
**
#+BEGIN_SRC emacs-lisp
(autoload 'byte-recompile-file "bytecomp" "byte-recompile-file" t)
@ -492,7 +491,7 @@ ARGS are ignored."
#+END_SRC
**
** keyfreq :disabled:
#+BEGIN_SRC emacs-lisp
(use-package keyfreq
:disabled
@ -1071,15 +1070,15 @@ I'm pretty much using this to emulate `god-mode', which was great, but is no lon
(prog-mode . modalka-mode)))
#+END_SRC
** god mode
** god mode :disabled:
:PROPERTIES:
:CREATED: 2022-01-11T12:54:58+0530
:END:
#+BEGIN_SRC emacs-lisp
;; TODO - make mode-line indicator prominent by placing it first, like in Evil
TODO - make mode-line indicator prominent by placing it first, like in Evil
#+BEGIN_SRC emacs-lisp
(use-package god-mode
:disabled
:disabled t
:bind ("<escape>" . god-mode-all)
:init (god-mode-all)
:config
@ -2319,6 +2318,10 @@ PR ideas
(error "File %S does not exist!" file))))
#+END_SRC
** peep-dired :disabled:
:PROPERTIES:
:CREATED: 2022-01-14T18:57:56+0530
:END:
#+BEGIN_SRC emacs-lisp
(use-package peep-dired
:disabled
@ -2341,6 +2344,7 @@ PR ideas
)
#+END_SRC
** backup configuration
#+BEGIN_SRC emacs-lisp
(setq backup-by-copying t
@ -2363,13 +2367,24 @@ PR ideas
#+END_SRC
** mail
*** wanderlust :disabled:
:PROPERTIES:
:CREATED: 2022-01-14T18:58:32+0530
:END:
#+BEGIN_SRC emacs-lisp
(use-package wl
:disabled
:config
(setq wl-icon-directory "~/.emacs.d/wl/icons"
wl-smtp-posting-server "disroot.org"))
#+END_SRC
*** mew :disabled:
:PROPERTIES:
:CREATED: 2022-01-14T18:58:53+0530
:END:
#+BEGIN_SRC emacs-lisp
(use-package mew
:disabled
:config
@ -2379,7 +2394,13 @@ PR ideas
mew-proto "%"
mew-smtp-server mew-mail-domain
mew-imap-server mew-mail-domain))
#+END_SRC
*** gnus
:PROPERTIES:
:CREATED: 2022-01-14T18:58:56+0530
:END:
#+BEGIN_SRC emacs-lisp
(use-package gnus
:init ;; I composed an email without loading Gnus, and it wasn't
;; saved in my sent folder; here's hoping that changing :config to
@ -2403,6 +2424,7 @@ PR ideas
(message-mode . (lambda () (auto-fill-mode -1)))
(message-mode . visual-fill-column-mode))
#+END_SRC
** doc-view
#+BEGIN_SRC emacs-lisp
(use-package doc-view
@ -4423,7 +4445,7 @@ Create advice for =lispy-pair= - if =lispy--in-string-or-comment-p= is true, sel
(lispy-define-key lispy-mode-map (kbd "n") #'lispy-forward))
#+END_SRC
*** treemacs
*** treemacs :disabled:
#+BEGIN_SRC emacs-lisp
(use-package treemacs
:disabled t