diff --git a/emacs.el b/emacs.el index 4cfc3a4..815a859 100644 --- a/emacs.el +++ b/emacs.el @@ -585,7 +585,7 @@ THEM are function and its args." ;; Fill column (setq-default fill-column 80) -(add-hook 'text-mode-hook 'turn-on-auto-fill) +;; (add-hook 'text-mode-hook 'turn-on-auto-fill) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; title and mode-line @@ -3041,6 +3041,10 @@ Any output will be written to current buffer." (profiler-report) (profiler-stop)) +;; (setq vterm-shell "bash -l") +;; (setq vterm-kill-buffer-on-exit nil) +;; ;; (setq vterm-term-environment-variable "screen-256color") + ;; Local Variables: ;; flycheck-disabled-checkers: (emacs-lisp-checkdoc) ;; flycheck-checker: emacs-lisp