diff options
Diffstat (limited to '.emacs.d/notes.el')
| -rw-r--r-- | .emacs.d/notes.el | 4 |
1 files changed, 4 insertions, 0 deletions
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)) |
