From 6be84a24f416910cba2695a822a9dc73bfe14302 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 18 Sep 2016 00:03:16 +0200 Subject: Add internal border to Emacs frame --- emacs/.emacs.d/init.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'emacs/.emacs.d/init.org') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 6eeceec..afb4dee 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -183,6 +183,16 @@ To start off, first I need to enable lexical binding. (add-to-list 'default-frame-alist '(font . "Fantasque Sans Mono-13")) #+END_SRC +* Internal border + + For aesthetics I like to have a thick border on the inside of my + Emacs window. I have the same border in URxvt, but I haven't found + out how to add it to Conkeror yet. + + #+BEGIN_SRC emacs-lisp + (add-to-list 'default-frame-alist '(internal-border-width . 15)) + #+END_SRC + * Menu bar I don't use the menu bar, so it just takes up space. -- cgit v1.2.3-54-g00ecf