diff --git a/.emacs.d/init.el b/.emacs.d/init.el index b9e212f..b67da48 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -15,11 +15,31 @@ (setq use-package-always-ensure t) ;;; Configuration +(setenv "PATH" (concat (getenv "PATH") ":/home/niclas/bin")) +(setq exec-path (append exec-path '("/home/niclas/bin"))) + (use-package org-bullets :hook (org-mode . org-bullets-mode) :custom (org-bullets-bullet-list '("◉" "○" "●" "○" "●" "○" "●"))) +;; (use-package ligature +;; :config +;; (ligature-set-ligatures 'prog-mode '("|||>" "<|||" "<==>" "" "---" "-<<" +;; "<~~" "<~>" "<*>" "<||" "<|>" "<$>" "<==" "<=>" "<=<" "<->" +;; "<--" "<-<" "<<=" "<<-" "<<<" "<+>" "" "###" "#_(" "..<" +;; "..." "+++" "/==" "///" "_|_" "www" "&&" "^=" "~~" "~@" "~=" +;; "~>" "~-" "**" "*>" "*/" "||" "|}" "|]" "|=" "|>" "|-" "{|" +;; "[|" "]#" "::" ":=" ":>" ":<" "$>" "==" "=>" "!=" "!!" ">:" +;; ">=" ">>" ">-" "-~" "-|" "->" "--" "-<" "<~" "<*" "<|" "<:" +;; "<$" "<=" "<>" "<-" "<<" "<+" "" "++" "?:" +;; "?=" "?." "??" ";;" "/*" "/=" "/>" "//" "__" "~~" "(*" "*)" +;; "\\\\" "://")) +;; (global-ligature-mode t)) + ;; C (setq c-default-style "linux") @@ -83,8 +103,10 @@ (tool-bar-mode -1) (set-face-attribute 'default nil - :family "Input Mono Narrow" - :height 140) + :family "Go Mono" +; :family "IBM Plex Mono" +; :family "Space Mono" + :height 180) (setq inhibit-startup-screen t)