Skip to content

numerataz/ninetyfive.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NinetyFive for Emacs

To automatically start NinetyFive after Emacs loads, add this to your config file (.emacs)

(add-hook 'emacs-startup-hook #'ninetyfive-start)

Configuration usage

Ensure NinetyFive is installed to your ~/.emacs.d/*

Add NinetyFive to your ~/.emacs file like below:

(use-package ninetyfive
  :load-path "~/.emacs.d/lisp/"
  :init
  (setq ninetyfive-indexing-mode "yes")
  (setq ninetyfive-cache-consent t)
  :config
  (add-hook 'emacs-startup-hook #'ninetyfive-start))

The above configuration allows NinetyFive to index your code for better completions. NinetyFive will cache this consent globally (at ~/.ninetyfive/consent.json) for all extensions. You can opt out of this by setting the cache consent to nil.

Development

  1. Install MELPA
  2. Copy ninetyfive.el to ~/.emacs.d/.
  3. Set up your emacs to load and start NinetyFive.
;; Install ninetyfive
(add-to-list 'load-path "~/.emacs.d/")
(load "ninetyfive.el")

;; Start ninetyfive
(add-hook 'emacs-startup-hook #'ninetyfive-start)

About

Fast code completions in emacs!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •