diff options
Diffstat (limited to '.emacs.d/modules/thanos-commands.el')
-rw-r--r-- | .emacs.d/modules/thanos-commands.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.emacs.d/modules/thanos-commands.el b/.emacs.d/modules/thanos-commands.el index 8966d96..7066c3e 100644 --- a/.emacs.d/modules/thanos-commands.el +++ b/.emacs.d/modules/thanos-commands.el @@ -59,6 +59,13 @@ (define-key Create (kbd "e") 'create-scratch) +(defun thanos/center-buffer () + (interactive) + (set-fringe-mode + (/ (- (frame-pixel-width) + (* 150 (frame-char-width))) + 2))) + (defun vm-create-image () "Create qcow2 image." (interactive) |