(Emacs/*)~WIP -> WAIT for subtrees that aren't used
This commit is contained in:
@@ -10,7 +10,7 @@ Applications are greater than packages; they provide a set of
|
||||
functionality to create an interface in Emacs. Emacs comes with
|
||||
applications and others may be installed.
|
||||
|
||||
* WIP Dashboard
|
||||
* WAIT Dashboard
|
||||
:PROPERTIES:
|
||||
:header-args:emacs-lisp: :tangle no
|
||||
:END:
|
||||
@@ -260,7 +260,7 @@ Uses fd for finding file results in a directory: ~find-dired~ ->
|
||||
(dir-leader
|
||||
"g" #'fd-dired))
|
||||
#+end_src
|
||||
* WIP Xwidget
|
||||
* WAIT Xwidget
|
||||
:PROPERTIES:
|
||||
:header-args:emacs-lisp: :tangle no
|
||||
:END:
|
||||
@@ -554,7 +554,7 @@ using.
|
||||
(eshell-send-input))
|
||||
(message "Could not switch eshell: buffer is not real file")))))
|
||||
#+end_src
|
||||
* WIP Elfeed
|
||||
* WAIT Elfeed
|
||||
:PROPERTIES:
|
||||
:header-args:emacs-lisp: :tangle no
|
||||
:END:
|
||||
@@ -758,7 +758,7 @@ without invoking calc directly: $1 + 2\rightarrow_{\text{calc-embed}} 3$.
|
||||
(with-eval-after-load "evil-collection"
|
||||
(evil-collection-calc-setup)))
|
||||
#+end_src
|
||||
** WIP Calctex
|
||||
** WAIT Calctex
|
||||
:PROPERTIES:
|
||||
:header-args:emacs-lisp: :tangle no
|
||||
: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")
|
||||
:hook (calc-mode-hook . calctex-mode))
|
||||
#+end_src
|
||||
* WIP Ledger
|
||||
* WAIT Ledger
|
||||
:PROPERTIES:
|
||||
:header-args:emacs-lisp: :tangle no
|
||||
:END:
|
||||
@@ -786,7 +786,7 @@ work for me given the various TeX utilities installed via Arch.
|
||||
(use-package evil-ledger
|
||||
:after ledger-mode)
|
||||
#+end_src
|
||||
* WIP Zone
|
||||
* WAIT Zone
|
||||
:PROPERTIES:
|
||||
:header-args:emacs-lisp: :tangle no
|
||||
:END:
|
||||
@@ -834,7 +834,7 @@ or something, but very annoying as it's a break from standards!
|
||||
:keymaps 'Man-mode-map
|
||||
"RET" #'man-follow))
|
||||
#+end_src
|
||||
* WIP gif-screencast
|
||||
* WAIT gif-screencast
|
||||
:PROPERTIES:
|
||||
:header-args:emacs-lisp: :tangle no
|
||||
:END:
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
* Introduction
|
||||
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
|
||||
it once. Sections tagged =WIP= are currently unused, usually with
|
||||
it once. Sections tagged =WAIT= are currently unused, usually with
|
||||
some reasoning given.
|
||||
|
||||
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-end-spaces))
|
||||
#+end_src
|
||||
*** WIP Telephone-line
|
||||
*** WAIT Telephone-line
|
||||
:PROPERTIES:
|
||||
:header-args:emacs-lisp: :tangle no
|
||||
:END:
|
||||
@@ -453,7 +453,7 @@ necessary.
|
||||
:init
|
||||
(setq-default display-line-numbers-type 'relative))
|
||||
#+end_src
|
||||
** WIP esup
|
||||
** WAIT esup
|
||||
:PROPERTIES:
|
||||
:header-args:emacs-lisp: :tangle no
|
||||
: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"
|
||||
org-reveal-theme "sky"))
|
||||
#+end_src
|
||||
** WIP Org fragtog
|
||||
** WAIT Org fragtog
|
||||
:PROPERTIES:
|
||||
:header-args:emacs-lisp: :tangle no
|
||||
:END:
|
||||
|
||||
@@ -373,7 +373,7 @@ Setup for counsel. Load after ivy and helpful.
|
||||
(t . ivy--regex-ignore-order)))
|
||||
(counsel-mode))
|
||||
#+end_src
|
||||
*** WIP Ivy posframe
|
||||
*** WAIT Ivy posframe
|
||||
:PROPERTIES:
|
||||
:header-args:emacs-lisp: :tangle no
|
||||
:END:
|
||||
@@ -392,7 +392,7 @@ Very nice eyecandy, but can get kinda annoying.
|
||||
(setq ivy-posframe-display-functions-alist
|
||||
'((t . ivy-posframe-display-at-window-center))))
|
||||
#+end_src
|
||||
*** WIP Counsel etags
|
||||
*** WAIT Counsel etags
|
||||
:PROPERTIES:
|
||||
:header-args:emacs-lisp: :tangle no
|
||||
:END:
|
||||
@@ -409,7 +409,7 @@ This has been replaced by [[*xref][xref]] which is inbuilt.
|
||||
(search-leader
|
||||
"t" #'counsel-etags-find-tag))
|
||||
#+end_src
|
||||
** WIP Ido
|
||||
** WAIT Ido
|
||||
:PROPERTIES:
|
||||
:header-args:emacs-lisp: :tangle no
|
||||
:END:
|
||||
@@ -680,7 +680,7 @@ with abstracting a few things away.
|
||||
("smon"
|
||||
(format-time-string "%B" (current-time)))))
|
||||
#+end_src
|
||||
** WIP Skeletons
|
||||
** WAIT Skeletons
|
||||
:PROPERTIES:
|
||||
:header-args:emacs-lisp: :tangle no
|
||||
:END:
|
||||
|
||||
@@ -99,7 +99,7 @@ format.
|
||||
:keymaps 'pdf-view-mode-map
|
||||
"M-g" #'pdfgrep))
|
||||
#+end_src
|
||||
* WIP SQL
|
||||
* WAIT SQL
|
||||
:PROPERTIES:
|
||||
:header-args:emacs-lisp: :tangle no
|
||||
:END:
|
||||
@@ -114,7 +114,7 @@ there.
|
||||
:init
|
||||
(setq sql-display-sqli-buffer-function nil))
|
||||
#+end_src
|
||||
* WIP Ada
|
||||
* WAIT Ada
|
||||
:PROPERTIES:
|
||||
:header-args:emacs-lisp: :tangle no
|
||||
:END:
|
||||
@@ -307,7 +307,7 @@ it as an option in ~org-babel-load-languages~.
|
||||
'org-babel-load-languages
|
||||
'((C . t))))
|
||||
#+end_src
|
||||
* WIP D
|
||||
* WAIT D
|
||||
:PROPERTIES:
|
||||
:header-args:emacs-lisp: :tangle no
|
||||
:END:
|
||||
@@ -341,7 +341,7 @@ execution of d-mode blocks and alias ~D-mode~ with ~d-mode~.
|
||||
(with-eval-after-load "eglot"
|
||||
(add-to-list 'eglot-server-programs '(rust-mode "rust-analyzer"))))
|
||||
#+end_src
|
||||
* WIP Racket
|
||||
* WAIT Racket
|
||||
:PROPERTIES:
|
||||
:header-args:emacs-lisp: :tangle no
|
||||
:END:
|
||||
@@ -375,7 +375,7 @@ book so it's useful to have some Emacs binds for it.
|
||||
"sr" #'racket-send-region
|
||||
"sd" #'racket-send-definition))
|
||||
#+end_src
|
||||
* WIP CSharp
|
||||
* WAIT CSharp
|
||||
:PROPERTIES:
|
||||
:header-args:emacs-lisp: :tangle no
|
||||
:END:
|
||||
@@ -448,7 +448,7 @@ features to be fair.
|
||||
(add-hook 'java-mode-hook
|
||||
(proc (setq-local local-abbrev-table java-mode-abbrev-table)))))
|
||||
#+end_src
|
||||
* WIP Haskell
|
||||
* WAIT Haskell
|
||||
:PROPERTIES:
|
||||
:header-args:emacs-lisp: :tangle no
|
||||
:END:
|
||||
|
||||
Reference in New Issue
Block a user