Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
/ atha-emacs Public archive

a bunch of stuff to add to my emacs config. This isn't a whole config , just a plugin.

License

Notifications You must be signed in to change notification settings

Pandademic/atha-emacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 

Repository files navigation

atha-emacs

a bunch of stuff to add to my emacs config. This isn't a whole config , just a plugin.

It contains defaults and ui enchancments . It is heavily dogfooded in my config.

Install / get started


Install with:

  • straight.el
  (straight-use-package
  '(atha-emacs :type git :host github :repo "pandademic/atha-emacs"))
  • or copy all these files somewhere on your load-path now , set your varibles and activate:
  ;; variables
  (require 'atha-ui) ;; ACTIVATE!

or you could use the default config

  (require 'atha-defaults) 
  (require 'atha-ui) ;; ACTIVATE!

VARIABLES


⚠️ set them ALL unless you use the (atha-defaults) default config.

these are the varible you'll use to customize the ui.

set them all with setq

  • atha-show-scrollbar , nil or t , to show the scrollbar
  • atha-show-menubar , nil or t , to show the menubar
  • atha-show-toolbar , nil or t , to show the toolbar
  • atha-font-size , int , font size

About

a bunch of stuff to add to my emacs config. This isn't a whole config , just a plugin.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published