Guest User

Untitled

a guest
May 16th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.86 KB | None | 0 0
  1. (custom-set-variables
  2.   ;; custom-set-variables was added by Custom.
  3.   ;; If you edit it by hand, you could mess it up, so be careful.
  4.   ;; Your init file should contain only one such instance.
  5.   ;; If there is more than one, they won't work right.
  6.  '(tooltip-mode nil))
  7.  
  8. (custom-set-faces
  9.   ;; custom-set-faces was added by Custom.
  10.   ;; If you edit it by hand, you could mess it up, so be careful.
  11.   ;; Your init file should contain only one such instance.
  12.   ;; If there is more than one, they won't work right.
  13.  '(default ((t (:inherit nil :stipple nil :background "#ffffff" :foreground "#221f1e" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "microsoft" :family "Consolas")))))
  14. (setq c-default-style '((java-mode . "java")
  15.             (awk-mode . "awk")
  16.             (other . "linux")))
Add Comment
Please, Sign In to add comment