forked from syl20bnr/spacemacs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added default header to funcs.el Replaced references to `,` with `SPC m` Reformat and add conventional progn statements Last but not least it seems that not all functions are working properly, I think this is a good basis but needs to worked upon a bit more to reach its full potential.
- Loading branch information
1 parent
10a8803
commit 884dc44
Showing
3 changed files
with
238 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
;;; funcs.el --- eaf Layer functions File for Spacemacs | ||
;; | ||
;; Copyright (c) 2012-2020 Sylvain Benner & Contributors | ||
;; | ||
;; Author: Daniel Nicolai <[email protected]> | ||
;; URL: https://github.com/syl20bnr/spacemacs | ||
;; | ||
;; This file is not part of GNU Emacs. | ||
;; | ||
;;; License: GPLv3 | ||
|
||
(defun duckduckgo () | ||
(interactive) | ||
(eaf-open-browser "www.duckduckgo.com")) | ||
|
Oops, something went wrong.