summarylogtreecommitdiffstats
path: root/mu-wizard.install
blob: 260008bac04023f656fd974bbf7277b90edf8d60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
post_install() {
    echo -e "\n\e[1m Cem Keylan’s mu-wizard $1\e[0m\n"
    cat <<-EOF
    Emacs configuration
    -------------
    Emacs  will not  be loading  the  configurations, you  will need  to set  it
    manually. In your init file, you may choose to load the configuration in the
    following ways.
        - (load-file "~/.config/mu4e/mu4e-config.el")
        - (add-to-list 'load-path "~/.config/mu4e")
          (require 'mu4e-config)
        - (use-package mu4e-config
          :after mu4e
          :load-path "~/.config/mu4e")

    External links
    --------------
    - Official repository on GitHub: https://github.com/cemkeylan/mu-wizard

EOF
}