(Emacs/*)~WIP -> WAIT for subtrees that aren't used

This commit is contained in:
2024-04-18 15:21:27 +06:30
parent 03a2fc0541
commit 2b0397b3bc
4 changed files with 21 additions and 21 deletions

View File

@@ -10,7 +10,7 @@ Applications are greater than packages; they provide a set of
functionality to create an interface in Emacs. Emacs comes with functionality to create an interface in Emacs. Emacs comes with
applications and others may be installed. applications and others may be installed.
* WIP Dashboard * WAIT Dashboard
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no
:END: :END:
@@ -260,7 +260,7 @@ Uses fd for finding file results in a directory: ~find-dired~ ->
(dir-leader (dir-leader
"g" #'fd-dired)) "g" #'fd-dired))
#+end_src #+end_src
* WIP Xwidget * WAIT Xwidget
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no
:END: :END:
@@ -554,7 +554,7 @@ using.
(eshell-send-input)) (eshell-send-input))
(message "Could not switch eshell: buffer is not real file"))))) (message "Could not switch eshell: buffer is not real file")))))
#+end_src #+end_src
* WIP Elfeed * WAIT Elfeed
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no
:END: :END:
@@ -758,7 +758,7 @@ without invoking calc directly: $1 + 2\rightarrow_{\text{calc-embed}} 3$.
(with-eval-after-load "evil-collection" (with-eval-after-load "evil-collection"
(evil-collection-calc-setup))) (evil-collection-calc-setup)))
#+end_src #+end_src
** WIP Calctex ** WAIT Calctex
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no
:END: :END:
@@ -775,7 +775,7 @@ work for me given the various TeX utilities installed via Arch.
:straight (calctex :type git :host github :repo "johnbcoughlin/calctex") :straight (calctex :type git :host github :repo "johnbcoughlin/calctex")
:hook (calc-mode-hook . calctex-mode)) :hook (calc-mode-hook . calctex-mode))
#+end_src #+end_src
* WIP Ledger * WAIT Ledger
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no
:END: :END:
@@ -786,7 +786,7 @@ work for me given the various TeX utilities installed via Arch.
(use-package evil-ledger (use-package evil-ledger
:after ledger-mode) :after ledger-mode)
#+end_src #+end_src
* WIP Zone * WAIT Zone
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no
:END: :END:
@@ -834,7 +834,7 @@ or something, but very annoying as it's a break from standards!
:keymaps 'Man-mode-map :keymaps 'Man-mode-map
"RET" #'man-follow)) "RET" #'man-follow))
#+end_src #+end_src
* WIP gif-screencast * WAIT gif-screencast
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no
:END: :END:

View File

@@ -11,7 +11,7 @@
* Introduction * Introduction
Welcome to my Emacs configuration. This thing is quite big, but a lot Welcome to my Emacs configuration. This thing is quite big, but a lot
of it has been "write and forget" i.e. I've only needed to configure of it has been "write and forget" i.e. I've only needed to configure
it once. Sections tagged =WIP= are currently unused, usually with it once. Sections tagged =WAIT= are currently unused, usually with
some reasoning given. some reasoning given.
Some sections border on blog posts justifying why I think they're good Some sections border on blog posts justifying why I think they're good
@@ -334,7 +334,7 @@ simplicity is above all.
mode-line-misc-info mode-line-misc-info
mode-line-end-spaces)) mode-line-end-spaces))
#+end_src #+end_src
*** WIP Telephone-line *** WAIT Telephone-line
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no
:END: :END:
@@ -453,7 +453,7 @@ necessary.
:init :init
(setq-default display-line-numbers-type 'relative)) (setq-default display-line-numbers-type 'relative))
#+end_src #+end_src
** WIP esup ** WAIT esup
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no
:END: :END:
@@ -1464,7 +1464,7 @@ reveal.js. Pretty nifty and it's easy to use.
(setq org-reveal-root "https://cdn.jsdelivr.net/npm/reveal.js" (setq org-reveal-root "https://cdn.jsdelivr.net/npm/reveal.js"
org-reveal-theme "sky")) org-reveal-theme "sky"))
#+end_src #+end_src
** WIP Org fragtog ** WAIT Org fragtog
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no
:END: :END:

View File

@@ -373,7 +373,7 @@ Setup for counsel. Load after ivy and helpful.
(t . ivy--regex-ignore-order))) (t . ivy--regex-ignore-order)))
(counsel-mode)) (counsel-mode))
#+end_src #+end_src
*** WIP Ivy posframe *** WAIT Ivy posframe
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no
:END: :END:
@@ -392,7 +392,7 @@ Very nice eyecandy, but can get kinda annoying.
(setq ivy-posframe-display-functions-alist (setq ivy-posframe-display-functions-alist
'((t . ivy-posframe-display-at-window-center)))) '((t . ivy-posframe-display-at-window-center))))
#+end_src #+end_src
*** WIP Counsel etags *** WAIT Counsel etags
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no
:END: :END:
@@ -409,7 +409,7 @@ This has been replaced by [[*xref][xref]] which is inbuilt.
(search-leader (search-leader
"t" #'counsel-etags-find-tag)) "t" #'counsel-etags-find-tag))
#+end_src #+end_src
** WIP Ido ** WAIT Ido
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no
:END: :END:
@@ -680,7 +680,7 @@ with abstracting a few things away.
("smon" ("smon"
(format-time-string "%B" (current-time))))) (format-time-string "%B" (current-time)))))
#+end_src #+end_src
** WIP Skeletons ** WAIT Skeletons
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no
:END: :END:

View File

@@ -99,7 +99,7 @@ format.
:keymaps 'pdf-view-mode-map :keymaps 'pdf-view-mode-map
"M-g" #'pdfgrep)) "M-g" #'pdfgrep))
#+end_src #+end_src
* WIP SQL * WAIT SQL
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no
:END: :END:
@@ -114,7 +114,7 @@ there.
:init :init
(setq sql-display-sqli-buffer-function nil)) (setq sql-display-sqli-buffer-function nil))
#+end_src #+end_src
* WIP Ada * WAIT Ada
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no
:END: :END:
@@ -307,7 +307,7 @@ it as an option in ~org-babel-load-languages~.
'org-babel-load-languages 'org-babel-load-languages
'((C . t)))) '((C . t))))
#+end_src #+end_src
* WIP D * WAIT D
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no
:END: :END:
@@ -341,7 +341,7 @@ execution of d-mode blocks and alias ~D-mode~ with ~d-mode~.
(with-eval-after-load "eglot" (with-eval-after-load "eglot"
(add-to-list 'eglot-server-programs '(rust-mode "rust-analyzer")))) (add-to-list 'eglot-server-programs '(rust-mode "rust-analyzer"))))
#+end_src #+end_src
* WIP Racket * WAIT Racket
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no
:END: :END:
@@ -375,7 +375,7 @@ book so it's useful to have some Emacs binds for it.
"sr" #'racket-send-region "sr" #'racket-send-region
"sd" #'racket-send-definition)) "sd" #'racket-send-definition))
#+end_src #+end_src
* WIP CSharp * WAIT CSharp
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no
:END: :END:
@@ -448,7 +448,7 @@ features to be fair.
(add-hook 'java-mode-hook (add-hook 'java-mode-hook
(proc (setq-local local-abbrev-table java-mode-abbrev-table))))) (proc (setq-local local-abbrev-table java-mode-abbrev-table)))))
#+end_src #+end_src
* WIP Haskell * WAIT Haskell
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no
:END: :END: