Use fci-rule-column, not fci-column
This commit is contained in:
parent
992da18f7a
commit
abc2720206
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ DOT are intentionally being skipped."
|
||||||
(defun oni:generic-lisp-mode-hook ()
|
(defun oni:generic-lisp-mode-hook ()
|
||||||
"Function for `emacs-lisp-mode-hook', `lisp-mode-hook' and
|
"Function for `emacs-lisp-mode-hook', `lisp-mode-hook' and
|
||||||
`scheme-mode-hook'."
|
`scheme-mode-hook'."
|
||||||
(setq fci-column 101))
|
(setq fci-rule-column 101))
|
||||||
|
|
||||||
(defun oni:go-mode-func ()
|
(defun oni:go-mode-func ()
|
||||||
"Function for `go-mode-hook'."
|
"Function for `go-mode-hook'."
|
||||||
|
|
Loading…
Reference in a new issue