|
@@ -32,9 +32,9 @@ however is that when you're trying your best to rice up i3, Emacs needs a padded
|
|
|
border.
|
|
|
#+BEGIN_SRC emacs-lisp
|
|
|
;; Applies to current frame
|
|
|
-(set-frame-parameter nil 'internal-border-width 10) ; applies to the current frame
|
|
|
+;(set-frame-parameter nil 'internal-border-width 10) ; applies to the current frame
|
|
|
;; If we create new frames (via emacsclient) this will do the trick
|
|
|
-(add-to-list 'default-frame-alist '(internal-border-width . 10))
|
|
|
+;(add-to-list 'default-frame-alist '(internal-border-width . 10))
|
|
|
#+END_SRC
|
|
|
** Fringe
|
|
|
#+BEGIN_SRC emacs-lisp
|