diff options
-rw-r--r-- | pcmpl-rc.el | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/pcmpl-rc.el b/pcmpl-rc.el index f43c2ba..a7161ac 100644 --- a/pcmpl-rc.el +++ b/pcmpl-rc.el @@ -1,10 +1,10 @@ -;;; pcmpl-rc.el --- Completion for AUR helpers -*- lexical-binding: t; -*- +;;; pcmpl-rc.el --- Gentoo Completions For Openrc Commands -*- lexical-binding: t; -*- ;; Copyright (C) 2024 Thanos Apollo ;; Author: Thanos Apollo <[email protected]> -;; Keywords: yay paru completion -;; URL: https://git.thanosapollo.com/yeetube +;; Keywords: pcomplete completions openrc gentoo +;; URL: https://git.thanosapollo.com/pcmpl-rc ;; Version: 0.0.1 @@ -25,11 +25,12 @@ ;;; Commentary: -;; This package provides openrc service completions for Gentoo -;; utilizing pcomplete +;; Under development ;;; Code: +(require 'pcomplete) +(require 'cl-lib) (defun pcmpl-rc-service-files () "Get all services located at /etc/init.d" |