Redesign
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
#
|
||||
# ___ _ __ ___ __ _ ___ ___
|
||||
# / _ \ '_ ` _ \ / _` |/ __/ __|
|
||||
# | __/ | | | | | (_| | (__\__ \
|
||||
# \___|_| |_| |_|\__,_|\___|___/
|
||||
#
|
||||
# ~ M. Thomas
|
||||
|
||||
(setq make-backup-files nil) ;; We dont need these
|
||||
(setq auto-save-default nil) ;; Not this one either
|
||||
(menu-bar-mode -1) ;; The menu bar looks ugly in terminal
|
||||
@@ -331,12 +339,6 @@
|
||||
(haskell-mode . lsp)
|
||||
(haskell-literate-mode . lsp))
|
||||
|
||||
;; ipython notebook
|
||||
(use-package ein
|
||||
:ensure t
|
||||
:config
|
||||
(setq ein:output-area-inlined-images t))
|
||||
|
||||
(custom-set-variables
|
||||
;; custom-set-variables was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
|
||||
Reference in New Issue
Block a user