mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
add utf-8 to preferences
This commit is contained in:
parent
d652035d81
commit
ddeea51453
@ -4,6 +4,13 @@
|
|||||||
; (require 'avoid)
|
; (require 'avoid)
|
||||||
; (mouse-avoidance-mode 'cat-and-mouse)))
|
; (mouse-avoidance-mode 'cat-and-mouse)))
|
||||||
|
|
||||||
|
;; Make sure utf-8 is at the top of the coding-system list; Panda's
|
||||||
|
;; TextNode uses utf-8 encoding natively, so we may have some
|
||||||
|
;; documents and code written in utf-8.
|
||||||
|
|
||||||
|
(prefer-coding-system 'utf-8)
|
||||||
|
|
||||||
|
|
||||||
;; make sure we have the compile library available to us
|
;; make sure we have the compile library available to us
|
||||||
(load-library "compile")
|
(load-library "compile")
|
||||||
;; Comment given for last checkout command
|
;; Comment given for last checkout command
|
||||||
@ -286,4 +293,3 @@
|
|||||||
|
|
||||||
;; get all of the project specific .emacs files
|
;; get all of the project specific .emacs files
|
||||||
(ct-load-project-emacs-files)
|
(ct-load-project-emacs-files)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user