Skip to content

syohex/bool-flip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

Bool-flip

Bool-flip is a simple utility to quickly change the boolean value under the point. For example, it changes "true" to "false", and vice versa.

Installation

Usage

Add these lines to your .emacs file:

(require 'bool-flip)
(global-set-key (kbd "C-c b") bool-flip-do-flip)

Changelog

1.0.0

  • Initial release.
  • Basic true/false and yes/no pairs, as well as 1/0.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%