Skip to content

myTerminal/emacs-visual-notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

emacs-visual-notifications

Marmalade
License

A utility to create visual notifications in emacs

Demo

Installation

Manual

Save the file emacs-visual-notifications.el to disk and add the directory containing it to load-path using a command in your .emacs file like:

(add-to-list 'load-path "~/.emacs.d/")

The above line assumes that you've placed the file into the Emacs directory '.emacs.d'.

Start the package with:

(require 'emacs-visual-notifications)

Marmalade

If you have Marmalade added as a repository to your Emacs, you can just install emacs-visual-notifications with

M-x package-install emacs-visual-notifications RET

Usage

The following notifications are supported currently

  1. Flash once

    (emacs-visual-notifications-notify-short)

The above function flashes the screen only once

  1. Flash thrice

    (emacs-visual-notifications-notify-long)

The above function flashes the screen thrice

  1. Flash a certain number of time

    (emacs-visual-notifications-notify-times 5)

The above function flashes the screen 5 times as specified

  1. Flash until dismissed

    (emacs-visual-notifications-notify-continuous)

The above function flashes the screen until the user dismisses the notification.

About

A utility to create visual notifications in emacs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published