Skip to content

Emacs Lisp package for highlighting the active buffer

License

Notifications You must be signed in to change notification settings

m-ar-c/highlight-focus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

highlight-focus

Source: http://amitp.blogspot.com/2013/05/emacs-highlight-active-buffer.html

This is an Emacs Lisp package for highlighting the active buffer by dynamically changing the value of a face property (defaults to the :background property of the default face).

screenshot.png

Usage

;; if you use el-get
(el-get-bundle kriyative/highlight-focus)

;; if you use use-package
(use-package highlight-focus
  :config
  ;; set the background of the mode-line
  (setq highlight-focus:face 'mode-line
        highlight-focus:face-property :background
        highlight-focus:face-property-value "darkgreen"))

About

Emacs Lisp package for highlighting the active buffer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%