Guest User

Untitled

a guest
Nov 21st, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 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. '(inhibit-startup-screen t))
  7. (custom-set-faces
  8. ;; custom-set-faces was added by Custom.
  9. ;; If you edit it by hand, you could mess it up, so be careful.
  10. ;; Your init file should contain only one such instance.
  11. ;; If there is more than one, they won't work right.
  12. )
  13. (put 'upcase-region 'disabled nil)
  14.  
  15. ;; ========== Enable Line and Column Numbering ==========
  16.  
  17. ;; Show line-number in the mode line
  18. (line-number-mode 1)
  19.  
  20. ;; Show column-number in the mode line
  21. (column-number-mode 1)
  22. ;; ========= Set colours ==========
Add Comment
Please, Sign In to add comment