From f9b3891a29fb5d412c9c1623ff12720ac7a451e1 Mon Sep 17 00:00:00 2001 From: Paul Iannetta Date: Fri, 22 Apr 2022 00:17:33 +0200 Subject: add emacs conf --- .emacs.d/notes.el | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .emacs.d/notes.el (limited to '.emacs.d/notes.el') diff --git a/.emacs.d/notes.el b/.emacs.d/notes.el new file mode 100644 index 0000000..e84d375 --- /dev/null +++ b/.emacs.d/notes.el @@ -0,0 +1,4 @@ +(set-fringe-mode + (/ (- (frame-pixel-width) + (* 100 (frame-char-width))) + 2)) -- cgit v1.2.3-54-g00ecf