Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (custom-set-variables
- '(ansi-color-names-vector ["#2d3743" "#ff4242" "#74af68" "#dbdb95" "#34cae2" "#008b8b" "#00ede1" "#e1e1e0"])
- '(cua-mode t nil (cua-base))
- '(custom-safe-themes (quote ("71efabb175ea1cf5c9768f10dad62bb2606f41d110152f4ace675325d28df8bd" "76579ac5c4a8b4f3c7ea2458d10812c81be221a0d48612af7195ad53706783ba" "301f218fa2357b2aa2a433e049f87e059c5ba2ad8b161634d758fbf007bf1d0a" default)))
- '(custom-theme-load-path (quote (custom-theme-directory t "/home/user/.emacs.d/monokai/")))
- '(inhibit-startup-screen t)
- '(initial-buffer-choice t)
- '(initial-scratch-message ";; This buffer is for notes you don't want to save, and for Lisp evaluation.
- ;; If you want to create a file, visit that file with C-x C-f,
- ;; then enter the text in that file's own buffer.
- ")
- '(show-paren-mode t))
- (custom-set-faces
- '(default ((t (:family "Consolas" :foundry "unknown" :slant normal
- :weight normal :height 128 :width normal)))))
- (load-theme 'misterioso t)
- (add-to-list 'load-path "~/Downloads/autopair")
- (require 'autopair)
- (autopair-global-mode)
- (add-to-list 'load-path "~/Downloads/slime/")
- (setq inferior-lisp-program "/usr/bin/sbcl"
- lisp-indent-function 'common-lisp-indent-function
- slime-complete-symbol-function 'slime-fuzzy-complete-symbol
- common-lisp-hyperspec-root "/home/user/Downloads/HyperSpec/")
- (require 'slime-autoloads)
- (slime-setup '(slime-fancy))
- (require 'w3m-load)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement