/.emacs.d

My emacs configuration, the layout was taken from magnars

Primary LanguageEmacs Lisp

The Emacs is step in

Overview

I normally have 3 emacs instances running, one for each context. I got the idea from https://tychoish.com/post/running-emacs/ I

[Unit]
Description=Emacs text editor
Documentation=info:emacs man:emacs(1) https://gnu.org/software/emacs/

[Service]
Type=forking
ExecStart=/usr/local/bin/emacs --daemon=%i --chdir %h
ExecStop=/usr/local/bin/emacsclient --server-file=hud --eval "(kill-emacs)"
# Environment=EMACS_SERVER_FILE=%h/.emacs.d/%i
# The location of the SSH auth socket varies by distribution, and some
# set it from PAM, so don't override by default.
# Environment=SSH_AUTH_SOCK=%t/keyring/ssh
# Restart=on-failure
Restart=always
TimeoutStartSec=0
Environment=PATH="/home/puercopop/go/bin:/home/puercopop/q/l64:/home/puercopop/.cargo/bin:/home/puercopop/code/fuchsia/.jiri_root/bin:/home/puercopop/.local/bin:/home/puercopop/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin:/usr/local/go/bin:/home/puercopop/src/flutter/bin:/home/puercopop/.mozbuild/moz-phab:/home/puercopop/.mozbuild/arcanist/bin:/usr/lib/dart/bin/:/home/puercopop/.pub-cache/bin:/home/puercopop/code/emsdk:/home/puercopop/code/emsdk/fastcomp/emscripten:/home/puercopop/code/emsdk/node/12.9.1_64bit/bin:/home/puercopop/Android/Sdk/tools:/home/puercopop/Android/Sdk/emulator:/home/puercopop/Android/Sdk/platform-tools:/home/puercopop/Android/Sdk/tools/bin:/home/puercopop/src/plan9/bin:/opt/rancher-desktop/resources/resources/linux/bin/"

[Install]
WantedBy=default.target

Ideas

Evaluate helm-hunks as an alternative to diff-hl

Port HTTP status to consult

Open the MDN definitions. With marginalia notes

(defvar helm-http-status-source
  '((name . "HTTP STATUS")
    (candidates . (("100 Continue")
                   ("101 Switching Protocols")
                   ("102 Processing")
                   ("200 OK")
                   ("201 Created")
                   ("202 Accepted")
                   ("203 Non-Authoritative Information")
                   ("204 No Content")
                   ("205 Reset Content")
                   ("206 Partial Content")
                   ("207 Multi-Status")
                   ("208 Already Reported")
                   ("300 Multiple Choices")
                   ("301 Moved Permanently")
                   ("302 Found")
                   ("303 See Other")
                   ("304 Not Modified")
                   ("305 Use Proxy")
                   ("307 Temporary Redirect")
                   ("400 Bad Request")
                   ("401 Unauthorized")
                   ("402 Payment Required")
                   ("403 Forbidden")
                   ("404 Not Found")
                   ("405 Method Not Allowed")
                   ("406 Not Acceptable")
                   ("407 Proxy Authentication Required")
                   ("408 Request Timeout")
                   ("409 Conflict") ("410 Gone")
                   ("411 Length Required")
                   ("412 Precondition Failed")
                   ("413 Request Entity Too Large")
                   ("414 Request-URI Too Large")
                   ("415 Unsupported Media Type")
                   ("416 Request Range Not Satisfiable")
                   ("417 Expectation Failed")
                   ("418 I'm a teapot")
                   ("421 Misdirected Request")
                   ("422 Unprocessable Entity")
                   ("423 Locked")
                   ("424 Failed Dependency")
                   ("425 No code")
                   ("426 Upgrade Required")
                   ("428 Precondition Required")
                   ("429 Too Many Requests")
                   ("431 Request Header Fields Too Large")
                   ("449 Retry with")
                   ("500 Internal Server Error")
                   ("501 Not Implemented")
                   ("502 Bad Gateway")
                   ("503 Service Unavailable")
                   ("504 Gateway Timeout")
                   ("505 HTTP Version Not Supported")
                   ("506 Variant Also Negotiates")
                   ("507 Insufficient Storage")
                   ("509 Bandwidth Limit Exceeded")
                   ("510 Not Extended")
                   ("511 Network Authentication Required")))
    (action . message)))

(defun helm-http-status ()
  (interactive)
  (helm-other-buffer '(helm-http-status-source) "*helm HTTP status*"))

Install oblique strategies through borg

Port password-vault+ to consult

debug hotfuzz

What are the options for scoring completion candidates

Flx

fuz

hotfuz