comment
This commit is contained in:
parent
ac2bf8a405
commit
074b70b7db
|
@ -6,7 +6,7 @@
|
||||||
;(setq cperl-hairy t)
|
;(setq cperl-hairy t)
|
||||||
(global-unset-key "\C-h")
|
(global-unset-key "\C-h")
|
||||||
(global-set-key "\C-h" 'delete-backward-char)
|
(global-set-key "\C-h" 'delete-backward-char)
|
||||||
(load "/usr/share/emacs/site-lisp/rng-auto.el")
|
;(load "/usr/share/emacs/site-lisp/rng-auto.el")
|
||||||
|
|
||||||
(require 'cc-mode)
|
(require 'cc-mode)
|
||||||
(defun my-build-tab-stop-list (width)
|
(defun my-build-tab-stop-list (width)
|
||||||
|
|
Loading…
Reference in New Issue