about summary refs log tree commit diff stats
path: root/home/kurb42/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'home/kurb42/.emacs.d/init.el')
-rw-r--r--home/kurb42/.emacs.d/init.el16
1 files changed, 16 insertions, 0 deletions
diff --git a/home/kurb42/.emacs.d/init.el b/home/kurb42/.emacs.d/init.el
new file mode 100644
index 0000000..23eb650
--- /dev/null
+++ b/home/kurb42/.emacs.d/init.el
@@ -0,0 +1,16 @@
+(add-to-list 'custom-theme-load-path (expand-file-name "~/.emacs.d/themes/"))
+(load-theme 'nord 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.
+ ;; Your init file should contain only one such instance.
+ ;; If there is more than one, they won't work right.
+ '(fancy-splash-image "nil")
+ '(scroll-bar-mode nil)
+ '(tool-bar-mode nil))
+(custom-set-faces
+ ;; custom-set-faces was added by Custom.
+ ;; If you edit it by hand, you could mess it up, so be careful.
+ ;; Your init file should contain only one such instance.
+ ;; If there is more than one, they won't work right.
+ '(default ((t (:family "UbuntuMono Nerd Font" :foundry "DAMA" :slant normal :weight normal :height 98 :width normal)))))