all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Customising display-fill-column-indicator-mode
@ 2022-08-21  1:14 wilnerthomas--- via Users list for the GNU Emacs text editor
  2022-08-21  5:54 ` Eli Zaretskii
  0 siblings, 1 reply; 65+ messages in thread
From: wilnerthomas--- via Users list for the GNU Emacs text editor @ 2022-08-21  1:14 UTC (permalink / raw)
  To: Help Gnu Emacs

Had a go at changing the colour of the line to green, but it is not getting changed.

Is there any way to use a bigger width for the indicator line because I find it to be too thin.

Finally, using  `add-hook'  with  `lisp-interaction-mode-hook'  did not display the indicator.

(defun galaxy-colum ()
  "TODO"

  (let ( (global-colum nil) )

    (if (eq global-colum nil)

(progn
  (add-hook 'prog-mode-hook
    #'display-fill-column-indicator-mode)
  (add-hook 'org-mode-hook
    #'display-fill-column-indicator-mode)
  (add-hook 'text-mode-hook
    #'display-fill-column-indicator-mode)
  (add-hook 'lisp-interaction-mode-hook
    #'display-fill-column-indicator-mode))

      (global-display-fill-column-indicator-mode)) )

  (set-face-foreground 'fill-column-indicator "green"))



^ permalink raw reply	[flat|nested] 65+ messages in thread

end of thread, other threads:[~2022-09-06  3:35 UTC | newest]

Thread overview: 65+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-21  1:14 Customising display-fill-column-indicator-mode wilnerthomas--- via Users list for the GNU Emacs text editor
2022-08-21  5:54 ` Eli Zaretskii
2022-08-23  3:15   ` uzibalqa
2022-08-23 11:23     ` Eli Zaretskii
2022-08-23 11:37       ` uzibalqa
2022-08-23 12:28         ` Eli Zaretskii
2022-08-23 12:36           ` uzibalqa
2022-08-23 12:47             ` Eli Zaretskii
2022-08-23 13:00               ` wilnerthomas--- via Users list for the GNU Emacs text editor
2022-08-23 13:28                 ` Eli Zaretskii
2022-08-23 14:02                   ` Eli Zaretskii
2022-08-23 23:36                     ` uzibalqa
2022-08-23 23:42                       ` Emanuel Berg
2022-08-23 23:51                         ` uzibalqa
2022-08-23 23:56                           ` Emanuel Berg
2022-08-24  0:08                             ` wilnerthomas--- via Users list for the GNU Emacs text editor
2022-08-24  1:40                               ` Emanuel Berg
2022-08-24  3:42                                 ` uzibalqa
2022-08-24  2:35                       ` Eli Zaretskii
2022-08-24  2:43                         ` Emanuel Berg
2022-08-24 10:50                           ` Eli Zaretskii
2022-08-24 23:18                             ` uzibalqa
2022-08-25  5:29                               ` Eli Zaretskii
2022-08-25  5:42                                 ` uzibalqa
2022-08-25  6:31                                   ` Eli Zaretskii
2022-08-25  6:48                                     ` wilnerthomas--- via Users list for the GNU Emacs text editor
2022-08-25  6:58                                       ` Eli Zaretskii
2022-08-25  7:24                                         ` uzibalqa
2022-08-25  7:46                                           ` Eli Zaretskii
2022-08-25 10:32                                             ` uzibalqa
2022-08-25  7:39                                       ` Gregory Heytings
2022-08-25  7:47                                         ` uzibalqa
2022-08-25  7:52                                           ` tomas
2022-08-25  9:19                                             ` Jean Louis
2022-08-25  9:35                                               ` tomas
2022-08-25 11:38                                               ` Christopher Dimech
2022-08-25 13:55                                                 ` Jean Louis
2022-08-26  2:31                                                   ` Christopher Dimech
2022-08-26  4:13                                                     ` tomas
2022-08-26  5:05                                                       ` Christopher Dimech
2022-08-26  5:46                                                         ` Jean Louis
2022-08-26  6:05                                                           ` Christopher Dimech
2022-08-26  5:34                                                     ` Jean Louis
2022-08-26  5:56                                                       ` Christopher Dimech
2022-09-04  0:04                                                         ` Jean Louis
2022-09-04  0:13                                                           ` Emanuel Berg
2022-09-05  4:23                                                             ` Jean Louis
2022-09-06  3:31                                                               ` Emanuel Berg
2022-09-06  3:35                                                               ` Emanuel Berg
2022-08-25  8:16                                           ` Gregory Heytings
2022-08-23 23:58                     ` uzibalqa
2022-08-24  0:52                 ` John Yates
2022-08-24  1:05                   ` uzibalqa
2022-08-24  2:39                     ` Eli Zaretskii
2022-08-24  2:46                       ` Emanuel Berg
2022-08-24  3:51                         ` uzibalqa
2022-08-24  1:08                   ` uzibalqa
2022-08-24  2:38                     ` Eli Zaretskii
2022-08-24  2:45                       ` Emanuel Berg
2022-08-24  3:48                         ` uzibalqa
2022-08-24  3:44                       ` uzibalqa
2022-08-23 13:39       ` Stefan Monnier via Users list for the GNU Emacs text editor
2022-08-23 14:30     ` [External] : " Drew Adams
2022-08-23 15:59       ` Eli Zaretskii
2022-08-23 16:58         ` Drew Adams

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.