commit 75222302ab6666d34261615e050dacb1d59a0c5b
Author: Simon Watson <spw01@protonmail.com>
Date: Sat Jul 10 12:02:25 2021 -0400
Font/etc
diff --git a/emacs/.emacs-mac b/emacs/.emacs-mac
index 546115e..8648950 100644
--- a/emacs/.emacs-mac
+++ b/emacs/.emacs-mac
@@ -118,8 +118,8 @@
(sublimity-map-set-delay nil)
(setq sublimity-attractive-centering-width nil)
-(add-to-list 'default-frame-alist '(font . "GohuFont" ))
-(set-face-attribute 'default t :font "GohuFont" )
+;(add-to-list 'default-frame-alist '(font . "GohuFont" ))
+;(set-face-attribute 'default t :font "GohuFont" )
(setq backup-directory-alist
`((".*" . ,temporary-file-directory)))
@@ -147,8 +147,10 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
+ '(cua-mode t nil (cua-base))
'(custom-safe-themes
'("27a1dd6378f3782a593cc83e108a35c2b93e5ecc3bd9057313e1d88462701fcd" "f703efe04a108fcd4ad104e045b391c706035bce0314a30d72fbf0840b355c2c" "c9ddf33b383e74dac7690255dd2c3dfa1961a8e8a1d20e401c6572febef61045" "01106ca9b4446341ecb86a76b9db48f1100e2eb13980aa0ec6f6adf8e69fd9a7" "bf798e9e8ff00d4bf2512597f36e5a135ce48e477ce88a0764cfb5d8104e8163" "0feb7052df6cfc1733c1087d3876c26c66410e5f1337b039be44cb406b6187c6" default))
+ '(diff-hl-margin-mode t)
'(display-time-mode t)
'(frame-background-mode 'dark))
(custom-set-faces
@@ -156,4 +158,4 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
- )
+ '(default ((t (:family "IBM 3270 Condensed" :foundry "nil" :slant normal :weight normal :height 181 :width normal)))))