summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2023-01-25 10:59:10 -0500
committerelioat <elioat@tilde.institute>2023-01-25 10:59:10 -0500
commitd873b503cdf18bf6fdf9830273881a6a27e8a0ae (patch)
tree9abd69e0b310effda26bcad213aa73a152141687
parent232b7bea9560ce354ed4598387a39af179f3022e (diff)
downloademacs-d873b503cdf18bf6fdf9830273881a6a27e8a0ae.tar.gz
*
-rw-r--r--init.el17
1 files changed, 9 insertions, 8 deletions
diff --git a/init.el b/init.el
index 546ccc7..7cdc334 100644
--- a/init.el
+++ b/init.el
@@ -91,15 +91,15 @@
 
 ;; ===== SIMPLE THEME =====
 
-(set-face-font 'default "Go Mono 14")
+; (set-face-font 'default "Go Mono 14") ;; enable this, and disable the lower block if you don't want so much margin
 
-; (set-frame-parameter (selected-frame)
-;                      'internal-border-width 24)
-; (setq default-frame-alist
-;       (append (list '(width  . 72) '(height . 40)
-;                     '(vertical-scroll-bars . nil)
-;                     '(internal-border-width . 24)
-;                     '(font . "Go Mono 14"))))
+(set-frame-parameter (selected-frame)
+                     'internal-border-width 24)
+(setq default-frame-alist
+      (append (list '(width  . 72) '(height . 40)
+                    '(vertical-scroll-bars . nil)
+                    '(internal-border-width . 24)
+                    '(font . "Go Mono 14"))))
 
 
 ;; Underline line at descent position, not baseline position
@@ -254,6 +254,7 @@
    (restclient . t)))
 
 (defun org-babel-tangle-block()
+  "Tangle 'dem block."
   (interactive)
   (let ((current-prefix-arg '(4)))
      (call-interactively 'org-babel-tangle)))