https://github.com/honmaple/emacs-maple-xpm
Beautiful string separators by xpm image.
https://github.com/honmaple/emacs-maple-xpm
Last synced: 5 months ago
JSON representation
Beautiful string separators by xpm image.
- Host: GitHub
- URL: https://github.com/honmaple/emacs-maple-xpm
- Owner: honmaple
- License: gpl-3.0
- Created: 2019-03-16T09:34:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-21T10:05:24.000Z (almost 5 years ago)
- Last Synced: 2025-04-08T22:32:18.567Z (about 1 year ago)
- Language: Emacs Lisp
- Homepage:
- Size: 68.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
* emacs-maple-xpm
Beautiful string separators by xpm image.
** screenshots
- default
[[https://github.com/honmaple/emacs-maple-xpm/blob/master/screenshot/default.png]]
- wave
[[https://github.com/honmaple/emacs-maple-xpm/blob/master/screenshot/wave.png]]
- slant
[[https://github.com/honmaple/emacs-maple-xpm/blob/master/screenshot/slant.png]]
- box
[[https://github.com/honmaple/emacs-maple-xpm/blob/master/screenshot/box.png]]
- gradient
[[https://github.com/honmaple/emacs-maple-xpm/blob/master/screenshot/gradient.png]]
- butt
[[https://github.com/honmaple/emacs-maple-xpm/blob/master/screenshot/butt.png]]
- contour
[[https://github.com/honmaple/emacs-maple-xpm/blob/master/screenshot/contour.png]]
- curve
[[https://github.com/honmaple/emacs-maple-xpm/blob/master/screenshot/curve.png]]
** usage
#+begin_src elisp
(use-package maple-xpm
:ensure nil
:config
(setq maple-xpm-style 'wave)
(maple-xpm-draw face0 face1)
;; or
(maple-xpm-draw face0 face1 nil nil nil 'wave))
#+end_src