Code Monkey home page Code Monkey logo

artbollocks-mode's Introduction

artbollocks-mode.el
===================

artbollocks-mode.el is an Emacs minor mode for avoiding cliches and bad grammar
when writing about art (or other topics).

Installation
============

Place artbollocks-mode.el in a directory on Emacs' load-path, and add the
following to your .emacs file:

(autoload 'artbollocks-mode "artbollocks-mode")

If you wish artbollocks-mode to be loaded automatically, add the following
to your .emacs file immediately after the autoload statement:

(add-hook 'text-mode-hook 'artbollocks-mode)

Manual Usage
============

If you do not add the add-hook statements to your .emacs file, you will have to
enable artbollocks-mode manually by typing the following in Emacs:

M-x artbollocks-mode

NOTE: If you manually enable artbollocks-mode, you might need to force
re-fontification initially. To do so, type the following in Eamcs:

M-x font-lock-fontify-buffer

Art Bollocks Mode highlights those pesky weasel words that slip into
writing.

To load it automatically, add this to your ~/.emacs.d/init.el or ~/.emacs:

(add-to-list 'load-path "/wherever/you/extracted/artbollocks-mode")
(require 'artbollocks-mode)
(add-hook 'text-mode-hook 'artbollocks-mode)

artbollocks-mode's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.