(require 'sudo-edit) (require 'xterm-color) (require 'package) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) (add-to-list 'package-archives '("org" . "https://orgmode.org/elpa/") t) (package-initialize) (custom-set-variables '(custom-enabled-themes '(nyan)) '(custom-safe-themes '("f3d88904f7c4a25cd6d0fad6cf1f5da9045a83a056f97540127fc7f8c26f8caf" default)) '(custom-theme-directory "~/.emacs.d/themes") '(fringe-mode 0 nil (fringe)) '(initial-scratch-message nil) '(package-selected-packages '(sudo-edit xterm-color vterm org multi-vterm)) '(scroll-bar-mode 'left) '(use-file-dialog nil)) (custom-set-faces '(default ((t (:family "lucy tewi" :foundry "lucy" :slant normal :weight normal :height 83 :width normal)))) '(fringe ((t nil))))