Commit c3e38d942bab
Changed files (2)
tools
emacs
config
tools/emacs/config/config-appearance.el
@@ -162,5 +162,18 @@ questions. Else use completion to select the tab to switch to."
(moody-replace-vc-mode))
;; -UseMoody
+(use-package face-remap
+ :diminish buffer-face-mode ; the actual mode
+ :commands prot/variable-pitch-mode
+ :config
+ (define-minor-mode prot/variable-pitch-mode
+ "Toggle `variable-pitch-mode', except for `prog-mode'."
+ :init-value nil
+ :global nil
+ (if prot/variable-pitch-mode
+ (unless (derived-mode-p 'prog-mode)
+ (variable-pitch-mode 1))
+ (variable-pitch-mode -1))))
+
(provide 'config-appearance)
;;; config-appearance.el ends here
tasks.org
@@ -72,7 +72,18 @@
- [ ] Red Hat VPN connection
-* TODO [#A] Experiment with Xpra on NixOS (wakasu)
+* DONE [#A] Reinstall wakasu
+CLOSED: [2020-07-17 Fri 13:25] SCHEDULED: <2020-07-17 Fri>
+:LOGBOOK:
+- State "DONE" from "STARTED" [2020-07-17 Fri 13:25]
+CLOCK: [2020-07-17 Fri 11:51]--[2020-07-17 Fri 13:25] => 1:34
+:END:
+
+* DONE [#A] Experiment with Xpra on NixOS (wakasu)
+CLOSED: [2020-07-17 Fri 11:19]
+:LOGBOOK:
+- State "DONE" from "TODO" [2020-07-17 Fri 11:19]
+:END:
:PROPERTIES:
:CREATED:[2020-06-22 Mon 18:39]
:END: