help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Ruler not shown with (ruler-mode)


From: wilnerthomas
Subject: Ruler not shown with (ruler-mode)
Date: Tue, 23 Aug 2022 10:08:36 +0200 (CEST)

I wanted to show the ruler with this function but calling the function is
 not actually displaying it.

(defun gala-ruler ()
  "Cycle though character highlighting (tabs and trailing spaces)."
  (interactive)

  (ruler-mode)
  (setq line-number-mode t)
  (setq column-number-mode t))

(gala-ruler)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]