Ling Yang

Results 7 comments of Ling Yang

This error is gone when I change [L409](https://github.com/holomorph/systemd-mode/blob/master/systemd.el#L409) to ``` emacs-lisp (push #'systemd-company-backend company-backends) ``` I am not an lisp expert so I don't know whether the line above is...

As far as I know, some projects use it, though not the whole company use it.

`non-existing folder` error will definitely happen when a user runs `--dry-run` for the first time, and it is confusing. I also spent 1 hour on it. Maybe a message can...

My configuration looks like this ``` [Repository Remote-gmail] type = Gmail remoteuser = [email protected] remotepasseval = get_pass("my_user") remotehost = imap.gmail.com remoteport = 993 ssl = yes sslcacertfile = /etc/ssl/certs/ca-certificates.crt ##########...

Try to use full path. e.g. `browser /usr/bin/w3m` I am on ArchLinux and this config works fine.

`set disablesites=www.somesite.com, anothersite.com`

Is `set disablesites=docs.google.com` not enough?