This commit is contained in:
Marco Thomas
2021-03-18 00:41:30 +01:00
parent 31e8ddd51b
commit e184d1b0b8
5 changed files with 46 additions and 38 deletions

View File

@@ -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.