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

Latest commit

 

History

History
37 lines (32 loc) · 1.01 KB

README.md

File metadata and controls

37 lines (32 loc) · 1.01 KB

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