Commit Diff


commit - 9c35899ad688d18c437f2497ce9537ef26324986
commit + 207936f2fb996ed18eb7a8bcac3e8a471ec11b38
blob - b62a23a43e9aae5c6b84dcdd975ab47fd8264201
blob + 42cfbd7fa9d25fb8f2c5886582e76085d4c4c0d8
--- config.org
+++ config.org
@@ -5,7 +5,7 @@
 * Initialization
 ** Variables
 #+begin_src emacs-lisp
-  (set-face-attribute 'default nil :height 70)
+  (set-face-attribute 'default nil :height 64)
   (add-to-list 'bdf-directory-list (expand-file-name "~/.local/share/fonts"))
   ;(add-to-list 'bdf-directory-list "a")
 
@@ -300,6 +300,7 @@
    "g"	'(magit-status :which-key "magit")
    "m"	'(mu4e :which-key "mu4e")
    "r"	'(counsel-recentf :which-key "recent files")
+   "R"      '(package-refresh-contents :which-key "update packages")
    "t"	'(:ignore t :which-key "toggles")
    "tm"	'(treemacs :which-key "treemacs")
    "ts"	'(hydra-text-scale/body :which-key "scale text")
@@ -391,6 +392,7 @@
                                          ("bash"	. "src bash")
                                          ("sh"	. "src shell")
                                          ("rs"	. "src rust")
+                                         ("hs"	. "src haskell")
                                          ("java"	. "src java")
                                          ("el"	. "src emacs-lisp")
                                          ("a"	. "export ascii")