Fixes .emacs for emacs-nox
This commit is contained in:
6
.emacs
6
.emacs
@@ -38,9 +38,11 @@
|
|||||||
(face trailing tabs lines-tail newline space-before-tab::tab space-before-tab::space space-before-tab tab-mark))))
|
(face trailing tabs lines-tail newline space-before-tab::tab space-before-tab::space space-before-tab tab-mark))))
|
||||||
|
|
||||||
|
|
||||||
(toggle-scroll-bar -1)
|
(if (fboundp 'toggle-scroll-bar)
|
||||||
|
(toggle-scroll-bar -1))
|
||||||
(menu-bar-mode -1)
|
(menu-bar-mode -1)
|
||||||
(tool-bar-mode -1)
|
(if (fboundp 'tool-bar-mode)
|
||||||
|
(tool-bar-mode -1))
|
||||||
(add-to-list 'default-frame-alist '(fullscreen . maximized))
|
(add-to-list 'default-frame-alist '(fullscreen . maximized))
|
||||||
(add-hook 'before-save-hook 'delete-trailing-whitespace)
|
(add-hook 'before-save-hook 'delete-trailing-whitespace)
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,12 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
files=".config/fish \
|
files=".config/fish \
|
||||||
.config/git .config/omf .config/starship .tmux.conf .local/share/omf"
|
.config/git \
|
||||||
|
.config/omf \
|
||||||
|
.config/starship \
|
||||||
|
.tmux.conf \
|
||||||
|
.local/share/omf \
|
||||||
|
.emacs"
|
||||||
|
|
||||||
|
|
||||||
function this_script_root_dir() {
|
function this_script_root_dir() {
|
||||||
|
|||||||
Reference in New Issue
Block a user