mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
*** empty log message ***
This commit is contained in:
parent
21ca4477e0
commit
24c604d36a
@ -1019,8 +1019,16 @@ py-beep-if-tab-change\t\tring the bell if `tab-width' is changed"
|
|||||||
(py-toggle-shells py-default-interpreter))
|
(py-toggle-shells py-default-interpreter))
|
||||||
;; Add colors
|
;; Add colors
|
||||||
(font-lock-fontify-buffer)
|
(font-lock-fontify-buffer)
|
||||||
|
;; Make sure we use unix encoding
|
||||||
|
(setq local-write-file-hooks 'Use-Undecided-Unix-Mode)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(defun Use-Undecided-Unix-Mode()
|
||||||
|
(interactive)
|
||||||
|
(set-buffer-file-coding-system 'undecided-unix)
|
||||||
|
(message "buffer-file-coding-system: undecided-unix")
|
||||||
|
nil
|
||||||
|
)
|
||||||
|
|
||||||
;; electric characters
|
;; electric characters
|
||||||
(defun py-outdent-p ()
|
(defun py-outdent-p ()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user