Update qda
This commit is contained in:
parent
cee868bf2d
commit
227f3b63c7
1 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
(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
|
(use-package subed
|
||||||
:config
|
:config
|
||||||
;; Disable automatic movement of point by default
|
;; Disable automatic movement of point by default
|
||||||
|
@ -6,7 +14,7 @@
|
||||||
(add-hook 'subed-mode-hook 'save-place-local-mode)
|
(add-hook 'subed-mode-hook 'save-place-local-mode)
|
||||||
;; Break lines automatically while typing
|
;; Break lines automatically while typing
|
||||||
(add-hook 'subed-mode-hook 'turn-on-auto-fill)
|
(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)))
|
(add-hook 'subed-mode-hook (lambda () (setq-local fill-column 40)))
|
||||||
(when (eq system-type 'windows-nt)
|
(when (eq system-type 'windows-nt)
|
||||||
(when (directory-name-p "c:/msys64/")
|
(when (directory-name-p "c:/msys64/")
|
||||||
|
|
Loading…
Add table
Reference in a new issue