Guest User

Untitled

a guest
Jun 25th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. ;;(standard-display-european 1)
  2. (set-input-mode (car (current-input-mode))
  3. (nth 1 (current-input-mode))
  4. 'accept-8bit-input)
  5. ;;(custom-set-variables
  6. ;; custom-set-variables was added by Custom -- don't edit or cut/paste it!
  7. ;; Your init file should contain only one such instance.
  8. ;; '(case-fold-search t)
  9. ;; '(current-language-environment "Latin-1")
  10. ;; '(default-input-method "latin-1-prefix"))
  11. ;;(custom-set-faces
  12. ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
  13. ;; Your init file should contain only one such instance.
  14. ;; )
  15. ;; (require 'php-mode)
  16.  
  17. (setq make-backup-files nil)
  18.  
  19. (setq locale-coding-system 'utf-8)
  20. (set-terminal-coding-system 'utf-8)
  21. (set-selection-coding-system 'utf-8)
  22. (set-keyboard-coding-system 'utf-8)
  23. (prefer-coding-system 'utf-8)
Add Comment
Please, Sign In to add comment