diff options
author | JSDurand <mmemmew@gmail.com> | 2021-01-29 12:33:03 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-01-29 12:33:03 +0800 |
commit | c8d4224e42a710b262e8ba67d720f6eff4e89fcb (patch) | |
tree | bb631456e910e1aeb8984e00db8e3a605f438561 /dashboard.el | |
parent | 43afe6c5db55704f787aaee4cedd7f4c69206b8b (diff) |
Change the directory to .emacs.d now.
Now I don't have to use a special command to launch Emacs. And the
configuration files are placed in the normal position now.
Diffstat (limited to 'dashboard.el')
-rw-r--r-- | dashboard.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard.el b/dashboard.el index e2e3669..0a4402e 100644 --- a/dashboard.el +++ b/dashboard.el @@ -21,7 +21,7 @@ (center-string-in-width (propertize " " 'display image 'rear-nonsticky '(display)) (round (- (window-body-width) - (* (car (image-size image)) 1)))))) + (* (car (image-size image)) 0.7)))))) (newline 5) (insert (center-string-in-width |