protoculture-custom-set.el 971 B

123456789101112131415161718192021222324252627
  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. '(initial-scratch-message
  7. ";; Hver maður er borinn frjáls og jafn öðrum að virðingu og réttindum.
  8. ;; Menn eru gæddir vitsmunum og samvisku, og ber þeim að breyta bróðurlega
  9. ;; hverjum við annan.")
  10. '(column-number-mode t)
  11. '(global-linum-mode t)
  12. '(package-selected-packages (quote (web-mode cyberpunk-2019-theme)))
  13. '(scroll-bar-mode nil)
  14. '(show-paren-mode t)
  15. '(tool-bar-mode nil)
  16. )
  17. (custom-set-faces
  18. ;; custom-set-faces was added by Custom.
  19. ;; If you edit it by hand, you could mess it up, so be careful.
  20. ;; Your init file should contain only one such instance.
  21. ;; If there is more than one, they won't work right.
  22. )
  23. (set-face-attribute 'default nil :height 80)
  24. (provide 'protoculture-custom-set)