Merge branch 'main' of git.sr.ht:~marcuskammer/emacs.d
This commit is contained in:
commit
456b355644
1 changed files with 9 additions and 1 deletions
|
@ -11,6 +11,14 @@
|
|||
((en "What is the biggest pain point related to [problem / task]?")
|
||||
(de "Was ist der größte Schmerzpunkt im Zusammenhang mit [Problem/Aufgabe]?")))))
|
||||
|
||||
(defvar explain-codes
|
||||
'((glossary (A users term))
|
||||
(job (Users task))
|
||||
(activity (Someone is acting))
|
||||
(gain (Outcome that users want to achieve))
|
||||
(pain (Undesired Outcome))
|
||||
(tool (A special kind of hard- or software which supports users activity))))
|
||||
|
||||
(use-package subed
|
||||
:config
|
||||
;; Disable automatic movement of point by default
|
||||
|
@ -19,7 +27,7 @@
|
|||
(add-hook 'subed-mode-hook 'save-place-local-mode)
|
||||
;; Break lines automatically while typing
|
||||
(add-hook 'subed-mode-hook 'turn-on-auto-fill)
|
||||
;; Break lines at 40 characters
|
||||
;; Break lines at 40 characters
|
||||
(add-hook 'subed-mode-hook (lambda () (setq-local fill-column 40)))
|
||||
(when (eq system-type 'windows-nt)
|
||||
(when (directory-name-p "c:/msys64/")
|
||||
|
|
Loading…
Add table
Reference in a new issue