Coder Social home page Coder Social logo

all-the-icons-ivy's Introduction

Description

Ivy/Counsel integration for all-the-icons.el

screenshot_0.png

Installation

Melpa

Once you have setup Melpa you can use package-install command to install the package. The package name is all-the-icons-ivy. After that add to your config:

(all-the-icons-ivy-setup)

or using Use-package:

(use-package all-the-icons-ivy
  :ensure t
  :config
  (all-the-icons-ivy-setup))

Manual

Clone this repo and:

(add-to-load-path "/path/to/repo")
(all-the-icons-ivy-setup)

Customization

By default all-the-icons-ivy-setup iconifies only some commands, you can customize it by setting variables all-the-icons-ivy-buffer-commands and all-the-icons-ivy-file-commands before calling. E.g. if you don’t want to add icons to buffer names:

(setq all-the-icons-ivy-buffer-commands '())

or to iconify more file commands

(setq all-the-icons-ivy-file-commands
      '(counsel-find-file counsel-file-jump counsel-recentf counsel-projectile-find-file counsel-projectile-find-dir))

Contribution

If you think that some other ivy/counsel commands could be decorated with the icons feel free to open an issue.

all-the-icons-ivy's People

Contributors

asok avatar a13 avatar terlar avatar emacsomancer avatar

Watchers

Marco avatar James Cloos 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.