mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
15 lines
230 B
EmacsLisp
15 lines
230 B
EmacsLisp
;;; siren-ctrlf.el --- jimeh's Emacs Siren: ctrlf configuration.
|
|
|
|
;;; Commentary:
|
|
|
|
;; Basic configuration for ctrlf.
|
|
|
|
;;; Code:
|
|
|
|
(use-package ctrlf
|
|
:config
|
|
(ctrlf-mode +1))
|
|
|
|
(provide 'siren-ctrlf)
|
|
;;; siren-ctrlf.el ends here
|